Home
last modified time | relevance | path

Searched refs:xt_request_find_match (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/netfilter/
Dx_tables.h267 struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
/linux-4.4.14/net/netfilter/
Dx_tables.c207 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) in xt_request_find_match() function
219 EXPORT_SYMBOL_GPL(xt_request_find_match);
Dnft_compat.c659 match = xt_request_find_match(family, mt_name, rev); in nft_match_select_ops()
/linux-4.4.14/net/ipv4/netfilter/
Dip_tables.c614 match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name, in find_check_match()
1418 match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name, in compat_find_calc_match()
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c626 match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name, in find_check_match()
1429 match = xt_request_find_match(NFPROTO_IPV6, m->u.user.name, in compat_find_calc_match()
/linux-4.4.14/net/bridge/netfilter/
Debtables.c373 match = xt_request_find_match(NFPROTO_BRIDGE, m->u.name, 0); in ebt_check_match()
1918 match = xt_request_find_match(NFPROTO_BRIDGE, name, 0); in compat_mtw_from_user()