Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h334 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
/linux/net/bridge/netfilter/
H A Debtables.c448 watcher = xt_request_find_target(NFPROTO_BRIDGE, w->u.name, 0); in ebt_check_watcher()
755 target = xt_request_find_target(NFPROTO_BRIDGE, t->u.name, 0); in ebt_check_entry()
2028 wt = xt_request_find_target(NFPROTO_BRIDGE, name, in compat_mtw_from_user()
/linux/net/netfilter/
H A Dx_tables.c278 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision) in xt_request_find_target() function
293 EXPORT_SYMBOL_GPL(xt_request_find_target);
H A Dnft_compat.c926 target = xt_request_find_target(family, tg_name, rev); in nft_target_select_ops()