Searched refs:xt_find_revision (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/netfilter/ |
H A D | x_tables.h | 312 int xt_find_revision(u8 af, const char *name, u8 revision, int target,
|
/linux/net/netfilter/ |
H A D | x_tables.c | 393 int xt_find_revision(u8 af, const char *name, u8 revision, int target, in xt_find_revision() function 414 EXPORT_SYMBOL_GPL(xt_find_revision);
|
H A D | nft_compat.c | 720 try_then_request_module(xt_find_revision(family, name, rev, target, &ret), in nfnl_compat_get_rcu()
|
/linux/net/ipv4/netfilter/ |
H A D | ip_tables.c | 1691 try_then_request_module(xt_find_revision(AF_INET, rev.name, in do_ipt_get_ctl()
|