taglinefilesource code
firewall_ops16include/linux/firewall.hstruct firewall_ops *next;
firewall_ops17include/linux/firewall.hint (*fw_forward)(struct firewall_ops *this, int pf, 
firewall_ops19include/linux/firewall.hint (*fw_input)(struct firewall_ops *this, int pf, 
firewall_ops21include/linux/firewall.hint (*fw_output)(struct firewall_ops *this, int pf, 
firewall_ops32include/linux/firewall.hextern int register_firewall(int pf, struct firewall_ops *fw);
firewall_ops33include/linux/firewall.hextern int unregister_firewall(int pf, struct firewall_ops *fw);
firewall_ops14net/core/firewall.cstatic struct firewall_ops *firewall_chain[NPROTO];
firewall_ops20net/core/firewall.cint register_firewall(int pf, struct firewall_ops *fw)
firewall_ops22net/core/firewall.cstruct firewall_ops **p;
firewall_ops64net/core/firewall.cint unregister_firewall(int pf, struct firewall_ops *fw)
firewall_ops66net/core/firewall.cstruct firewall_ops **nl;
firewall_ops85net/core/firewall.cstruct firewall_ops *f=fw->next;
firewall_ops98net/core/firewall.cstruct firewall_ops *fw=firewall_chain[pf];
firewall_ops116net/core/firewall.cstruct firewall_ops *fw=firewall_chain[pf];
firewall_ops130net/core/firewall.cstruct firewall_ops *fw=firewall_chain[pf];
firewall_ops1696net/ipv4/ip_fw.cint ipfw_input_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr)
firewall_ops1701net/ipv4/ip_fw.cint ipfw_forward_check(struct firewall_ops *this, int pf, struct sk_buff *skb, void *phdr)
firewall_ops1706net/ipv4/ip_fw.cstruct firewall_ops ipfw_ops=