Home
last modified time | relevance | path

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

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