Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dip6table_nat.c68 table = xt_find_table(net, NFPROTO_IPV6, "nat"); in ip6t_nat_register_lookups()
H A Dip6_tables.c1800 struct xt_table *table = xt_find_table(net, NFPROTO_IPV6, name); in ip6t_unregister_table_pre_exit()
1808 struct xt_table *table = xt_find_table(net, NFPROTO_IPV6, name); in ip6t_unregister_table_exit()
/openbmc/linux/net/ipv4/netfilter/
H A Diptable_nat.c67 table = xt_find_table(net, NFPROTO_IPV4, "nat"); in ipt_nat_register_lookups()
H A Darp_tables.c1574 struct xt_table *table = xt_find_table(net, NFPROTO_ARP, name); in arpt_unregister_table_pre_exit()
1583 struct xt_table *table = xt_find_table(net, NFPROTO_ARP, name); in arpt_unregister_table()
H A Dip_tables.c1794 struct xt_table *table = xt_find_table(net, NFPROTO_IPV4, name); in ipt_unregister_table_pre_exit()
1802 struct xt_table *table = xt_find_table(net, NFPROTO_IPV4, name); in ipt_unregister_table_exit()
/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h325 struct xt_table *xt_find_table(struct net *net, u8 af, const char *name);
/openbmc/linux/net/netfilter/
H A Dx_tables.c1216 struct xt_table *xt_find_table(struct net *net, u8 af, const char *name) in xt_find_table() function
1231 EXPORT_SYMBOL(xt_find_table);