taglinefilesource code
ip_fw55include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
ip_fw185include/linux/ip_fw.hextern struct ip_fw *ip_fw_in_chain;
ip_fw186include/linux/ip_fw.hextern struct ip_fw *ip_fw_out_chain;
ip_fw187include/linux/ip_fw.hextern struct ip_fw *ip_fw_fwd_chain;
ip_fw194include/linux/ip_fw.hextern struct ip_fw *ip_acct_chain;
ip_fw195include/linux/ip_fw.hextern void ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *);
ip_fw200include/linux/ip_fw.hextern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int);
ip_fw141net/ipv4/ip_fw.cstruct ip_fw *ip_fw_fwd_chain;
ip_fw142net/ipv4/ip_fw.cstruct ip_fw *ip_fw_in_chain;
ip_fw143net/ipv4/ip_fw.cstruct ip_fw *ip_fw_out_chain;
ip_fw144net/ipv4/ip_fw.cstruct ip_fw *ip_acct_chain;
ip_fw146net/ipv4/ip_fw.cstatic struct ip_fw **chains[] =
ip_fw199net/ipv4/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt)
ip_fw201net/ipv4/ip_fw.cstruct ip_fw *f;
ip_fw522net/ipv4/ip_fw.cstatic void zero_fw_chain(struct ip_fw *chainptr)
ip_fw524net/ipv4/ip_fw.cstruct ip_fw *ctmp=chainptr;
ip_fw533net/ipv4/ip_fw.cstatic void free_fw_chain(struct ip_fw *volatile* chainptr)
ip_fw540net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw550net/ipv4/ip_fw.cstatic int insert_in_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl,int len)
ip_fw552net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw557net/ipv4/ip_fw.cftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC );
ip_fw590net/ipv4/ip_fw.cstatic int append_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl,int len)
ip_fw592net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw593net/ipv4/ip_fw.cstruct ip_fw *chtmp=NULL;
ip_fw594net/ipv4/ip_fw.cstruct ip_fw *volatile chtmp_prev=NULL;
ip_fw599net/ipv4/ip_fw.cftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC );
ip_fw640net/ipv4/ip_fw.cstatic int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl)
ip_fw642net/ipv4/ip_fw.cstruct ip_fw   *ftmp,*ltmp;
ip_fw718net/ipv4/ip_fw.cstruct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len)
ip_fw721net/ipv4/ip_fw.cif ( len != sizeof(struct ip_fw) )
ip_fw724net/ipv4/ip_fw.cprintk("ip_fw_ctl: len=%d, want %d\n",len, sizeof(struct ip_fw));
ip_fw774net/ipv4/ip_fw.cvoid ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f)
ip_fw796net/ipv4/ip_fw.cstruct ip_fw *frwl;
ip_fw947net/ipv4/ip_fw.cstruct ip_fw *frwl;
ip_fw987net/ipv4/ip_fw.cstruct ip_fw *i;
ip_fw1141net/ipv4/ip_fw.cstruct ip_fw *fw;
ip_fw117net/ipv4/ip_sockglue.cstruct ip_fw tmp_fw;