taglinefilesource code
ip_fw50include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
ip_fw67include/linux/ip_fw.hstruct ip_fw  *fw_next;      /* Next firewall on chain */
ip_fw172include/linux/ip_fw.hextern struct ip_fw *ip_fw_blk_chain;
ip_fw173include/linux/ip_fw.hextern struct ip_fw *ip_fw_fwd_chain;
ip_fw179include/linux/ip_fw.hextern struct ip_fw *ip_acct_chain;
ip_fw180include/linux/ip_fw.hextern void ip_acct_cnt(struct iphdr *, struct device *, struct ip_fw *);
ip_fw185include/linux/ip_fw.hextern int ip_fw_chk(struct iphdr *, struct device *rif,struct ip_fw *, int, int);
ip_fw124net/ipv4/ip_fw.cstruct ip_fw *ip_fw_fwd_chain;
ip_fw125net/ipv4/ip_fw.cstruct ip_fw *ip_fw_blk_chain;
ip_fw130net/ipv4/ip_fw.cstruct ip_fw *ip_acct_chain;
ip_fw189net/ipv4/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt)
ip_fw191net/ipv4/ip_fw.cstruct ip_fw *f;
ip_fw1012net/ipv4/ip_fw.cstatic void zero_fw_chain(struct ip_fw *chainptr)
ip_fw1014net/ipv4/ip_fw.cstruct ip_fw *ctmp=chainptr;
ip_fw1023net/ipv4/ip_fw.cstatic void free_fw_chain(struct ip_fw *volatile* chainptr)
ip_fw1030net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw1040net/ipv4/ip_fw.cstatic int add_to_chain(struct ip_fw *volatile* chainptr, struct ip_fw *frwl,int len)
ip_fw1042net/ipv4/ip_fw.cstruct ip_fw *ftmp;
ip_fw1043net/ipv4/ip_fw.cstruct ip_fw *chtmp=NULL;
ip_fw1044net/ipv4/ip_fw.cstruct ip_fw *volatile chtmp_prev=NULL;
ip_fw1055net/ipv4/ip_fw.cftmp = kmalloc( sizeof(struct ip_fw), GFP_ATOMIC );
ip_fw1228net/ipv4/ip_fw.cstatic int del_from_chain(struct ip_fw *volatile*chainptr, struct ip_fw *frwl)
ip_fw1230net/ipv4/ip_fw.cstruct ip_fw   *ftmp,*ltmp;
ip_fw1304net/ipv4/ip_fw.cstruct ip_fw *check_ipfw_struct(struct ip_fw *frwl, int len)
ip_fw1307net/ipv4/ip_fw.cif ( len != sizeof(struct ip_fw) && len != sizeof(struct ip_fw_old))
ip_fw1310net/ipv4/ip_fw.cprintk("ip_fw_ctl: len=%d, want %d\n",len, sizeof(struct ip_fw));
ip_fw1360net/ipv4/ip_fw.cvoid ip_acct_cnt(struct iphdr *iph, struct device *dev, struct ip_fw *f)
ip_fw1383net/ipv4/ip_fw.cstruct ip_fw *frwl;
ip_fw1502net/ipv4/ip_fw.cstruct ip_fw *frwl;
ip_fw1541net/ipv4/ip_fw.cstruct ip_fw *i;
ip_fw116net/ipv4/ip_sockglue.cstruct ip_fw tmp_fw;