rawtable_ops       47 net/ipv4/netfilter/iptable_raw.c static struct nf_hook_ops *rawtable_ops __read_mostly;
rawtable_ops       64 net/ipv4/netfilter/iptable_raw.c 	ret = ipt_register_table(net, table, repl, rawtable_ops,
rawtable_ops       74 net/ipv4/netfilter/iptable_raw.c 	ipt_unregister_table(net, net->ipv4.iptable_raw, rawtable_ops);
rawtable_ops       93 net/ipv4/netfilter/iptable_raw.c 	rawtable_ops = xt_hook_ops_alloc(table, iptable_raw_hook);
rawtable_ops       94 net/ipv4/netfilter/iptable_raw.c 	if (IS_ERR(rawtable_ops))
rawtable_ops       95 net/ipv4/netfilter/iptable_raw.c 		return PTR_ERR(rawtable_ops);
rawtable_ops       99 net/ipv4/netfilter/iptable_raw.c 		kfree(rawtable_ops);
rawtable_ops      106 net/ipv4/netfilter/iptable_raw.c 		kfree(rawtable_ops);
rawtable_ops      115 net/ipv4/netfilter/iptable_raw.c 	kfree(rawtable_ops);
rawtable_ops       46 net/ipv6/netfilter/ip6table_raw.c static struct nf_hook_ops *rawtable_ops __read_mostly;
rawtable_ops       63 net/ipv6/netfilter/ip6table_raw.c 	ret = ip6t_register_table(net, table, repl, rawtable_ops,
rawtable_ops       73 net/ipv6/netfilter/ip6table_raw.c 	ip6t_unregister_table(net, net->ipv6.ip6table_raw, rawtable_ops);
rawtable_ops       93 net/ipv6/netfilter/ip6table_raw.c 	rawtable_ops = xt_hook_ops_alloc(table, ip6table_raw_hook);
rawtable_ops       94 net/ipv6/netfilter/ip6table_raw.c 	if (IS_ERR(rawtable_ops))
rawtable_ops       95 net/ipv6/netfilter/ip6table_raw.c 		return PTR_ERR(rawtable_ops);
rawtable_ops       99 net/ipv6/netfilter/ip6table_raw.c 		kfree(rawtable_ops);
rawtable_ops      106 net/ipv6/netfilter/ip6table_raw.c 		kfree(rawtable_ops);
rawtable_ops      114 net/ipv6/netfilter/ip6table_raw.c 	kfree(rawtable_ops);