Home
last modified time | relevance | path

Searched refs:fwops (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_fw_compat.c23 static struct firewall_ops *fwops; variable
63 if (fwops) { in register_firewall()
68 fwops = fw; in register_firewall()
74 fwops = NULL; in unregister_firewall()
105 if (fwops->fw_acct_in) in fw_in()
106 fwops->fw_acct_in(fwops, PF_INET, in fw_in()
117 ret = fwops->fw_input(fwops, PF_INET, (struct net_device *)in, in fw_in()
126 else ret = fwops->fw_forward(fwops, PF_INET, in fw_in()
132 ret = fwops->fw_output(fwops, PF_INET, in fw_in()
136 if (fwops->fw_acct_out) in fw_in()
[all …]