Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dem_ipt.c123 return xt_request_find_match(nfproto, m->match_name, mrev); in get_xt_match()
/linux/include/linux/netfilter/
H A Dx_tables.h310 struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
/linux/net/ipv4/netfilter/
H A Dip_tables.c481 match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name, in find_check_match()
1263 match = xt_request_find_match(NFPROTO_IPV4, m->u.user.name, in compat_find_calc_match()
/linux/net/netfilter/
H A Dx_tables.c228 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) in xt_request_find_match() function
243 EXPORT_SYMBOL_GPL(xt_request_find_match);
H A Dnft_compat.c802 match = xt_request_find_match(family, mt_name, rev); in nft_match_select_ops()
/linux/net/bridge/netfilter/
H A Debtables.c1975 match = xt_request_find_match(NFPROTO_BRIDGE, name, in compat_mtw_from_user()