tag | line | file | source code |
fw_next | 47 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
fw_next | 243 | net/inet/ip_fw.c | for (f=chain;f;f=f->fw_next) |
fw_next | 405 | net/inet/ip_fw.c | ctmp=ctmp->fw_next; |
fw_next | 418 | net/inet/ip_fw.c | *chainptr = ftmp->fw_next; |
fw_next | 455 | net/inet/ip_fw.c | ftmp->fw_next = NULL; |
fw_next | 466 | net/inet/ip_fw.c | for (chtmp=*chainptr;chtmp!=NULL;chtmp=chtmp->fw_next) |
fw_next | 588 | net/inet/ip_fw.c | chtmp_prev->fw_next=ftmp; |
fw_next | 589 | net/inet/ip_fw.c | ftmp->fw_next=chtmp; |
fw_next | 594 | net/inet/ip_fw.c | ftmp->fw_next=chtmp; |
fw_next | 604 | net/inet/ip_fw.c | chtmp_prev->fw_next=ftmp; |
fw_next | 661 | net/inet/ip_fw.c | ltmp->fw_next=ftmp->fw_next; |
fw_next | 663 | net/inet/ip_fw.c | ftmp=ltmp->fw_next; |
fw_next | 667 | net/inet/ip_fw.c | *chainptr=ftmp->fw_next; |
fw_next | 675 | net/inet/ip_fw.c | ftmp = ftmp->fw_next; |
fw_next | 984 | net/inet/ip_fw.c | i=i->fw_next; |