Home
last modified time | relevance | path

Searched refs:xt_check_match (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/net/sched/
Dem_ipt.c57 return xt_check_match(&mtpar, mdata_len, 0, 0); in check_match()
/linux-5.19.10/include/linux/netfilter/
Dx_tables.h292 int xt_check_match(struct xt_mtchk_param *, unsigned int size, u16 proto,
/linux-5.19.10/net/netfilter/
Dx_tables.c480 int xt_check_match(struct xt_mtchk_param *par, in xt_check_match() function
532 EXPORT_SYMBOL_GPL(xt_check_match);
Dnft_compat.c497 return xt_check_match(&par, size, proto, inv); in __nft_match_init()
/linux-5.19.10/net/ipv4/netfilter/
Dip_tables.c473 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/linux-5.19.10/net/ipv6/netfilter/
Dip6_tables.c490 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/linux-5.19.10/net/bridge/netfilter/
Debtables.c418 ret = xt_check_match(par, m->match_size, in ebt_check_match()