Searched refs:iptable_raw (Results 1 – 3 of 3) sorted by relevance
44 return ipt_do_table(skb, state, state->net->ipv4.iptable_raw); in iptable_raw_hook()58 if (net->ipv4.iptable_raw) in iptable_raw_table_init()65 &net->ipv4.iptable_raw); in iptable_raw_table_init()72 if (!net->ipv4.iptable_raw) in iptable_raw_net_exit()74 ipt_unregister_table(net, net->ipv4.iptable_raw, rawtable_ops); in iptable_raw_net_exit()75 net->ipv4.iptable_raw = NULL; in iptable_raw_net_exit()
41 obj-$(CONFIG_IP_NF_RAW) += iptable_raw.o
79 struct xt_table *iptable_raw; member