Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/netfilter/
Diptable_raw.c35 return ipt_do_table(skb, ops->hooknum, state, net->ipv4.iptable_raw); in iptable_raw_hook()
47 net->ipv4.iptable_raw = in iptable_raw_net_init()
50 return PTR_ERR_OR_ZERO(net->ipv4.iptable_raw); in iptable_raw_net_init()
55 ipt_unregister_table(net, net->ipv4.iptable_raw); in iptable_raw_net_exit()
DMakefile53 obj-$(CONFIG_IP_NF_RAW) += iptable_raw.o
/linux-4.1.27/include/net/netns/
Dipv4.h62 struct xt_table *iptable_raw; member