Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dem_ipt.c57 return xt_check_match(&mtpar, mdata_len, 0, 0); in check_match()
/Linux-v5.4/include/linux/netfilter/
Dx_tables.h292 int xt_check_match(struct xt_mtchk_param *, unsigned int size, u16 proto,
/Linux-v5.4/net/netfilter/
Dx_tables.c458 int xt_check_match(struct xt_mtchk_param *par, in xt_check_match() function
510 EXPORT_SYMBOL_GPL(xt_check_match);
Dnft_compat.c454 return xt_check_match(&par, size, proto, inv); in __nft_match_init()
/Linux-v5.4/net/ipv4/netfilter/
Dip_tables.c472 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/Linux-v5.4/net/ipv6/netfilter/
Dip6_tables.c489 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/Linux-v5.4/net/bridge/netfilter/
Debtables.c379 ret = xt_check_match(par, m->match_size, in ebt_check_match()