taglinefilesource code
ip_fw50include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
ip_fw153include/linux/ip_fw.hextern struct ip_fw *ip_fw_blk_chain;
ip_fw154include/linux/ip_fw.hextern struct ip_fw *ip_fw_fwd_chain;
ip_fw160include/linux/ip_fw.hextern struct ip_fw *ip_acct_chain;
ip_fw161include/linux/ip_fw.hextern void ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *);
ip_fw164include/linux/ip_fw.hextern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int);
ip_fw2009net/ipv4/ip.cstruct ip_fw tmp_fw;
ip_fw112net/ipv4/ip_fw.cstruct ip_fw *ip_fw_fwd_chain;
ip_fw113net/ipv4/ip_fw.cstruct ip_fw *ip_fw_blk_chain;
ip_fw118net/ipv4/ip_fw.cstruct ip_fw *ip_acct_chain;
ip_fw177net/ipv4/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt)
ip_fw179net/ipv4/ip_fw.cstruct ip_fw *f;
ip_fw847net/ipv4/ip_fw.cstatic void zero_fw_chain(struct ip_fw *chainptr)
ip_fw849net/ipv4/ip_fw.cstruct ip_fw *ctmp=chainptr;
ip_fw858net/ipv4/ip_fw.cstatic void free_fw_chain(struct ip_fw *volatile* chainptr)
ip_fw865net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw875net/ipv4/ip_fw.cstatic int add_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl)
ip_fw877net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw878net/ipv4/ip_fw.cstruct ip_fw *chtmp=NULL;
ip_fw879net/ipv4/ip_fw.cstruct ip_fw *volatile chtmp_prev=NULL;
ip_fw890net/ipv4/ip_fw.cftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC );
ip_fw899net/ipv4/ip_fw.cmemcpy(ftmp, frwl, sizeof( struct ip_fw ) );
ip_fw1060net/ipv4/ip_fw.cstatic int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl)
ip_fw1062net/ipv4/ip_fw.cstruct ip_fw   *ftmp,*ltmp;
ip_fw1136net/ipv4/ip_fw.cstruct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len)
ip_fw1139net/ipv4/ip_fw.cif ( len != sizeof(struct ip_fw) )
ip_fw1142net/ipv4/ip_fw.cprintk("ip_fw_ctl: len=%d, want %d\n",len, sizeof(struct ip_fw));
ip_fw1192net/ipv4/ip_fw.cvoid ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f)
ip_fw1215net/ipv4/ip_fw.cstruct ip_fw *frwl;
ip_fw1334net/ipv4/ip_fw.cstruct ip_fw *frwl;
ip_fw1373net/ipv4/ip_fw.cstruct ip_fw *i;