taglinefilesource code
ip_fw50include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
ip_fw154include/linux/ip_fw.hextern struct ip_fw *ip_fw_blk_chain;
ip_fw155include/linux/ip_fw.hextern struct ip_fw *ip_fw_fwd_chain;
ip_fw161include/linux/ip_fw.hextern struct ip_fw *ip_acct_chain;
ip_fw162include/linux/ip_fw.hextern void ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *);
ip_fw165include/linux/ip_fw.hextern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int);
ip_fw2069net/ipv4/ip.cstruct ip_fw tmp_fw;
ip_fw117net/ipv4/ip_fw.cstruct ip_fw *ip_fw_fwd_chain;
ip_fw118net/ipv4/ip_fw.cstruct ip_fw *ip_fw_blk_chain;
ip_fw123net/ipv4/ip_fw.cstruct ip_fw *ip_acct_chain;
ip_fw182net/ipv4/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt)
ip_fw184net/ipv4/ip_fw.cstruct ip_fw *f;
ip_fw876net/ipv4/ip_fw.cstatic void zero_fw_chain(struct ip_fw *chainptr)
ip_fw878net/ipv4/ip_fw.cstruct ip_fw *ctmp=chainptr;
ip_fw887net/ipv4/ip_fw.cstatic void free_fw_chain(struct ip_fw *volatile* chainptr)
ip_fw894net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw904net/ipv4/ip_fw.cstatic int add_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl)
ip_fw906net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw907net/ipv4/ip_fw.cstruct ip_fw *chtmp=NULL;
ip_fw908net/ipv4/ip_fw.cstruct ip_fw *volatile chtmp_prev=NULL;
ip_fw919net/ipv4/ip_fw.cftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC );
ip_fw928net/ipv4/ip_fw.cmemcpy(ftmp, frwl, sizeof( struct ip_fw ) );
ip_fw1089net/ipv4/ip_fw.cstatic int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl)
ip_fw1091net/ipv4/ip_fw.cstruct ip_fw   *ftmp,*ltmp;
ip_fw1165net/ipv4/ip_fw.cstruct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len)
ip_fw1168net/ipv4/ip_fw.cif ( len != sizeof(struct ip_fw) )
ip_fw1171net/ipv4/ip_fw.cprintk("ip_fw_ctl: len=%d, want %d\n",len, sizeof(struct ip_fw));
ip_fw1221net/ipv4/ip_fw.cvoid ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f)
ip_fw1244net/ipv4/ip_fw.cstruct ip_fw *frwl;
ip_fw1363net/ipv4/ip_fw.cstruct ip_fw *frwl;
ip_fw1402net/ipv4/ip_fw.cstruct ip_fw *i;