taglinefilesource code
fw_next54include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
fw_next331net/ipv4/ip_fw.cfor (f=chain;f;f=f->fw_next) 
fw_next1030net/ipv4/ip_fw.cctmp=ctmp->fw_next;
fw_next1043net/ipv4/ip_fw.c*chainptr = ftmp->fw_next;
fw_next1075net/ipv4/ip_fw.cftmp->fw_next = *chainptr;
fw_next1105net/ipv4/ip_fw.cftmp->fw_next = NULL;
fw_next1110net/ipv4/ip_fw.cfor (chtmp=*chainptr;chtmp!=NULL;chtmp=chtmp->fw_next) 
fw_next1114net/ipv4/ip_fw.cchtmp_prev->fw_next=ftmp;
fw_next1171net/ipv4/ip_fw.cltmp->fw_next=ftmp->fw_next;
fw_next1173net/ipv4/ip_fw.cftmp=ltmp->fw_next;
fw_next1177net/ipv4/ip_fw.c*chainptr=ftmp->fw_next; 
fw_next1185net/ipv4/ip_fw.cftmp = ftmp->fw_next;
fw_next1487net/ipv4/ip_fw.ci=i->fw_next;