Searched refs:iptable_raw (Results 1 – 3 of 3) sorted by relevance
43 return ipt_do_table(skb, state, state->net->ipv4.iptable_raw); in iptable_raw_hook()57 if (net->ipv4.iptable_raw) in iptable_raw_table_init()64 &net->ipv4.iptable_raw); in iptable_raw_table_init()71 if (!net->ipv4.iptable_raw) in iptable_raw_net_exit()73 ipt_unregister_table(net, net->ipv4.iptable_raw, rawtable_ops); in iptable_raw_net_exit()74 net->ipv4.iptable_raw = NULL; in iptable_raw_net_exit()
52 obj-$(CONFIG_IP_NF_RAW) += iptable_raw.o
78 struct xt_table *iptable_raw; member