Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dem_ipt.c57 return xt_check_match(&mtpar, mdata_len, 0, 0); in check_match()
/linux/include/linux/netfilter/
H A Dx_tables.h282 int xt_check_match(struct xt_mtchk_param *, unsigned int size, u16 proto,
/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.c520 return xt_check_match(&par, size, proto, inv); in __nft_match_init()
/linux/net/ipv4/netfilter/
H A Dip_tables.c471 return xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/linux/net/bridge/netfilter/
H A Debtables.c418 ret = xt_check_match(par, m->match_size, in ebt_check_match()