tag | line | file | source code |
fw_next | 50 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
fw_next | 67 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
fw_next | 316 | net/ipv4/ip_fw.c | for (f=chain;f;f=f->fw_next) |
fw_next | 1019 | net/ipv4/ip_fw.c | ctmp=ctmp->fw_next; |
fw_next | 1032 | net/ipv4/ip_fw.c | *chainptr = ftmp->fw_next; |
fw_next | 1072 | net/ipv4/ip_fw.c | ftmp->fw_next = NULL; |
fw_next | 1083 | net/ipv4/ip_fw.c | for (chtmp=*chainptr;chtmp!=NULL;chtmp=chtmp->fw_next) |
fw_next | 1205 | net/ipv4/ip_fw.c | chtmp_prev->fw_next=ftmp; |
fw_next | 1206 | net/ipv4/ip_fw.c | ftmp->fw_next=chtmp; |
fw_next | 1211 | net/ipv4/ip_fw.c | ftmp->fw_next=chtmp; |
fw_next | 1221 | net/ipv4/ip_fw.c | chtmp_prev->fw_next=ftmp; |
fw_next | 1278 | net/ipv4/ip_fw.c | ltmp->fw_next=ftmp->fw_next; |
fw_next | 1280 | net/ipv4/ip_fw.c | ftmp=ltmp->fw_next; |
fw_next | 1284 | net/ipv4/ip_fw.c | *chainptr=ftmp->fw_next; |
fw_next | 1292 | net/ipv4/ip_fw.c | ftmp = ftmp->fw_next; |
fw_next | 1603 | net/ipv4/ip_fw.c | i=i->fw_next; |