Home
last modified time | relevance | path

Searched refs:xt_request_find_target (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h321 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
/openbmc/linux/net/sched/
H A Dact_ipt.c40 target = xt_request_find_target(AF_INET, t->u.user.name, in ipt_init_target()
/openbmc/linux/net/bridge/netfilter/
H A Debtables.c442 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 Darp_tables.c417 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 Dip_tables.c544 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 Dip6_tables.c563 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 Dx_tables.c275 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 Dnft_compat.c889 target = xt_request_find_target(family, tg_name, rev); in nft_target_select_ops()