tag | line | file | source code |
fw_next | 55 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
fw_next | 329 | net/ipv4/ip_fw.c | for (f=chain;f;f=f->fw_next) |
fw_next | 529 | net/ipv4/ip_fw.c | ctmp=ctmp->fw_next; |
fw_next | 542 | net/ipv4/ip_fw.c | *chainptr = ftmp->fw_next; |
fw_next | 584 | net/ipv4/ip_fw.c | ftmp->fw_next = *chainptr; |
fw_next | 618 | net/ipv4/ip_fw.c | ftmp->fw_next = NULL; |
fw_next | 629 | net/ipv4/ip_fw.c | for (chtmp=*chainptr;chtmp!=NULL;chtmp=chtmp->fw_next) |
fw_next | 633 | net/ipv4/ip_fw.c | chtmp_prev->fw_next=ftmp; |
fw_next | 692 | net/ipv4/ip_fw.c | ltmp->fw_next=ftmp->fw_next; |
fw_next | 694 | net/ipv4/ip_fw.c | ftmp=ltmp->fw_next; |
fw_next | 698 | net/ipv4/ip_fw.c | *chainptr=ftmp->fw_next; |
fw_next | 706 | net/ipv4/ip_fw.c | ftmp = ftmp->fw_next; |
fw_next | 1055 | net/ipv4/ip_fw.c | i=i->fw_next; |
fw_next | 1149 | net/ipv4/ip_fw.c | for (fw = *chains[chn]; fw; fw = fw->fw_next) |
fw_next | 1155 | net/ipv4/ip_fw.c | for (fw = *chains[chn]; fw; fw = fw->fw_next) |