taglinefilesource code
fw_next47include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
fw_next243net/inet/ip_fw.cfor (f=chain;f;f=f->fw_next) 
fw_next405net/inet/ip_fw.cctmp=ctmp->fw_next;
fw_next418net/inet/ip_fw.c*chainptr = ftmp->fw_next;
fw_next455net/inet/ip_fw.cftmp->fw_next = NULL;
fw_next466net/inet/ip_fw.cfor (chtmp=*chainptr;chtmp!=NULL;chtmp=chtmp->fw_next) 
fw_next588net/inet/ip_fw.cchtmp_prev->fw_next=ftmp; 
fw_next589net/inet/ip_fw.cftmp->fw_next=chtmp;
fw_next594net/inet/ip_fw.cftmp->fw_next=chtmp;
fw_next604net/inet/ip_fw.cchtmp_prev->fw_next=ftmp;
fw_next661net/inet/ip_fw.cltmp->fw_next=ftmp->fw_next;
fw_next663net/inet/ip_fw.cftmp=ltmp->fw_next;
fw_next667net/inet/ip_fw.c*chainptr=ftmp->fw_next; 
fw_next675net/inet/ip_fw.cftmp = ftmp->fw_next;
fw_next984net/inet/ip_fw.ci=i->fw_next;