taglinefilesource code
ip_fw47include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
ip_fw124include/linux/ip_fw.hextern struct ip_fw *ip_fw_blk_chain;
ip_fw125include/linux/ip_fw.hextern struct ip_fw *ip_fw_fwd_chain;
ip_fw131include/linux/ip_fw.hextern struct ip_fw *ip_acct_chain;
ip_fw132include/linux/ip_fw.hextern int ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *);
ip_fw135include/linux/ip_fw.hextern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int);
ip_fw2049net/inet/ip.cstruct ip_fw tmp_fw;
ip_fw91net/inet/ip_fw.cstruct ip_fw *ip_fw_fwd_chain;
ip_fw92net/inet/ip_fw.cstruct ip_fw *ip_fw_blk_chain;
ip_fw97net/inet/ip_fw.cstruct ip_fw *ip_acct_chain;
ip_fw141net/inet/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy)
ip_fw143net/inet/ip_fw.cstruct ip_fw *f;
ip_fw348net/inet/ip_fw.cstatic void zero_fw_chain(struct ip_fw *chainptr)
ip_fw350net/inet/ip_fw.cstruct ip_fw *ctmp=chainptr;
ip_fw359net/inet/ip_fw.cstatic void free_fw_chain(struct ip_fw *volatile* chainptr)
ip_fw366net/inet/ip_fw.cstruct ip_fw *ftmp;
ip_fw376net/inet/ip_fw.cstatic int add_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl)
ip_fw378net/inet/ip_fw.cstruct ip_fw *ftmp;
ip_fw379net/inet/ip_fw.cstruct ip_fw *chtmp=NULL;
ip_fw380net/inet/ip_fw.cstruct ip_fw *volatile chtmp_prev=NULL;
ip_fw391net/inet/ip_fw.cftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC );
ip_fw400net/inet/ip_fw.cmemcpy(ftmp, frwl, sizeof( struct ip_fw ) );
ip_fw557net/inet/ip_fw.cstatic int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl)
ip_fw559net/inet/ip_fw.cstruct ip_fw   *ftmp,*ltmp;
ip_fw633net/inet/ip_fw.cstruct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len)
ip_fw636net/inet/ip_fw.cif ( len != sizeof(struct ip_fw) )
ip_fw640net/inet/ip_fw.csizeof(struct ip_fw));
ip_fw689net/inet/ip_fw.cint ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f)
ip_fw710net/inet/ip_fw.cstruct ip_fw *frwl;
ip_fw820net/inet/ip_fw.cstruct ip_fw *frwl;
ip_fw859net/inet/ip_fw.cstruct ip_fw *i;