taglinefilesource code
ip_fw41include/linux/ip_fw.hstruct ip_fw *next;      /* Next firewall on chain */
ip_fw111include/linux/ip_fw.hextern struct ip_fw *ip_fw_blk_chain;
ip_fw112include/linux/ip_fw.hextern struct ip_fw *ip_fw_fwd_chain;
ip_fw114include/linux/ip_fw.hextern int ip_fw_chk(struct iphdr *, struct ip_fw *);
ip_fw118include/linux/ip_fw.hextern struct ip_fw *ip_acct_chain;
ip_fw119include/linux/ip_fw.hextern void ip_acct_cnt(struct iphdr *, struct ip_fw *, int);
ip_fw2040net/inet/ip.cstruct ip_fw tmp_fw;
ip_fw56net/inet/ip_fw.cstruct ip_fw *ip_fw_fwd_chain;
ip_fw57net/inet/ip_fw.cstruct ip_fw *ip_fw_blk_chain;
ip_fw61net/inet/ip_fw.cstruct ip_fw *ip_acct_chain;
ip_fw109net/inet/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct ip_fw *chain)
ip_fw114net/inet/ip_fw.cstruct ip_fw *f;
ip_fw305net/inet/ip_fw.cvoid ip_acct_cnt(struct iphdr *ip,struct ip_fw *chain,int nh_conv)
ip_fw310net/inet/ip_fw.cstruct ip_fw *f;
ip_fw425net/inet/ip_fw.cstatic void zero_fw_chain(struct ip_fw *chainptr)
ip_fw427net/inet/ip_fw.cstruct ip_fw *ctmp=chainptr;
ip_fw440net/inet/ip_fw.cstatic void free_fw_chain(struct ip_fw *volatile* chainptr)
ip_fw447net/inet/ip_fw.cstruct ip_fw *ftmp;
ip_fw457net/inet/ip_fw.cstatic int add_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl)
ip_fw459net/inet/ip_fw.cstruct ip_fw *ftmp;
ip_fw460net/inet/ip_fw.cstruct ip_fw *chtmp=NULL;
ip_fw461net/inet/ip_fw.cstruct ip_fw *volatile chtmp_prev=NULL;
ip_fw472net/inet/ip_fw.cftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC );
ip_fw481net/inet/ip_fw.cmemcpy(ftmp, frwl, sizeof( struct ip_fw ) );
ip_fw637net/inet/ip_fw.cstatic int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl)
ip_fw639net/inet/ip_fw.cstruct ip_fw   *ftmp,*ltmp;
ip_fw712net/inet/ip_fw.cstruct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len)
ip_fw715net/inet/ip_fw.cif ( len != sizeof(struct ip_fw) )
ip_fw719net/inet/ip_fw.csizeof(struct ip_fw));
ip_fw783net/inet/ip_fw.cstruct ip_fw *frwl;
ip_fw874net/inet/ip_fw.cstruct ip_fw *frwl;
ip_fw909net/inet/ip_fw.cstatic int ip_chain_procinfo(struct ip_fw *chain, char *buffer, char **start, off_t offset, int length)
ip_fw912net/inet/ip_fw.cstruct ip_fw *i;