taglinefilesource code
fw_next47include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
fw_next224net/inet/ip_fw.cfor (f=chain;f;f=f->fw_next) 
fw_next355net/inet/ip_fw.cctmp=ctmp->fw_next;
fw_next368net/inet/ip_fw.c*chainptr = ftmp->fw_next;
fw_next405net/inet/ip_fw.cftmp->fw_next = NULL;
fw_next416net/inet/ip_fw.cfor (chtmp=*chainptr;chtmp!=NULL;chtmp=chtmp->fw_next) 
fw_next534net/inet/ip_fw.cchtmp_prev->fw_next=ftmp; 
fw_next535net/inet/ip_fw.cftmp->fw_next=chtmp;
fw_next540net/inet/ip_fw.cftmp->fw_next=chtmp;
fw_next550net/inet/ip_fw.cchtmp_prev->fw_next=ftmp;
fw_next607net/inet/ip_fw.cltmp->fw_next=ftmp->fw_next;
fw_next609net/inet/ip_fw.cftmp=ltmp->fw_next;
fw_next613net/inet/ip_fw.c*chainptr=ftmp->fw_next; 
fw_next621net/inet/ip_fw.cftmp = ftmp->fw_next;
fw_next920net/inet/ip_fw.ci=i->fw_next;