tag | line | file | source code |
fw_next | 47 | include/linux/ip_fw.h | struct ip_fw *fw_next; /* Next firewall on chain */ |
fw_next | 224 | net/inet/ip_fw.c | for (f=chain;f;f=f->fw_next) |
fw_next | 355 | net/inet/ip_fw.c | ctmp=ctmp->fw_next; |
fw_next | 368 | net/inet/ip_fw.c | *chainptr = ftmp->fw_next; |
fw_next | 405 | net/inet/ip_fw.c | ftmp->fw_next = NULL; |
fw_next | 416 | net/inet/ip_fw.c | for (chtmp=*chainptr;chtmp!=NULL;chtmp=chtmp->fw_next) |
fw_next | 534 | net/inet/ip_fw.c | chtmp_prev->fw_next=ftmp; |
fw_next | 535 | net/inet/ip_fw.c | ftmp->fw_next=chtmp; |
fw_next | 540 | net/inet/ip_fw.c | ftmp->fw_next=chtmp; |
fw_next | 550 | net/inet/ip_fw.c | chtmp_prev->fw_next=ftmp; |
fw_next | 607 | net/inet/ip_fw.c | ltmp->fw_next=ftmp->fw_next; |
fw_next | 609 | net/inet/ip_fw.c | ftmp=ltmp->fw_next; |
fw_next | 613 | net/inet/ip_fw.c | *chainptr=ftmp->fw_next; |
fw_next | 621 | net/inet/ip_fw.c | ftmp = ftmp->fw_next; |
fw_next | 920 | net/inet/ip_fw.c | i=i->fw_next; |