Searched refs:xt_request_find_target (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 334 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
|
| /linux/net/bridge/netfilter/ |
| H A D | ebtables.c | 448 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 D | x_tables.c | 278 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 D | nft_compat.c | 926 target = xt_request_find_target(family, tg_name, rev); in nft_target_select_ops()
|