Searched refs:xt_request_find_target (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/netfilter/ |
H A D | x_tables.h | 321 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
|
/openbmc/linux/net/sched/ |
H A D | act_ipt.c | 40 target = xt_request_find_target(AF_INET, t->u.user.name, in ipt_init_target()
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebtables.c | 442 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher() 749 target = xt_request_find_target(NFPROTO_BRIDGE, t->u.name, 0); in ebt_check_entry() 1995 wt = xt_request_find_target(NFPROTO_BRIDGE, name, in compat_mtw_from_user()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | arp_tables.c | 417 target = xt_request_find_target(NFPROTO_ARP, t->u.user.name, in find_check_entry() 1106 target = xt_request_find_target(NFPROTO_ARP, t->u.user.name, in check_compat_entry_size_and_hooks()
|
H A D | ip_tables.c | 544 target = xt_request_find_target(NFPROTO_IPV4, t->u.user.name, in find_check_entry() 1327 target = xt_request_find_target(NFPROTO_IPV4, t->u.user.name, in check_compat_entry_size_and_hooks()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 563 target = xt_request_find_target(NFPROTO_IPV6, t->u.user.name, in find_check_entry() 1343 target = xt_request_find_target(NFPROTO_IPV6, t->u.user.name, in check_compat_entry_size_and_hooks()
|
/openbmc/linux/net/netfilter/ |
H A D | x_tables.c | 275 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target() function 290 EXPORT_SYMBOL_GPL(xt_request_find_target);
|
H A D | nft_compat.c | 889 target = xt_request_find_target(family, tg_name, rev); in nft_target_select_ops()
|