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_ops15net/core/firewall.cstatic struct firewall_ops *firewall_chain[NPROTO];
firewall_ops21net/core/firewall.cint register_firewall(int pf, struct firewall_ops *fw)
firewall_ops23net/core/firewall.cstruct firewall_ops **p;
firewall_ops70net/core/firewall.cint unregister_firewall(int pf, struct firewall_ops *fw)
firewall_ops72net/core/firewall.cstruct firewall_ops **nl;
firewall_ops91net/core/firewall.cstruct firewall_ops *f=fw->next;
firewall_ops104net/core/firewall.cstruct firewall_ops *fw=firewall_chain[pf];
firewall_ops122net/core/firewall.cstruct firewall_ops *fw=firewall_chain[pf];
firewall_ops136net/core/firewall.cstruct firewall_ops *fw=firewall_chain[pf];
firewall_ops1107net/ipv4/ip_fw.cint ipfw_input_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr)
firewall_ops1112net/ipv4/ip_fw.cint ipfw_output_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr)
firewall_ops1117net/ipv4/ip_fw.cint ipfw_forward_check(struct firewall_ops *this, int pf, struct device *dev, void *phdr)
firewall_ops1122net/ipv4/ip_fw.cstruct firewall_ops ipfw_ops=