Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/netfilter/
Dx_tables.h246 int xt_check_match(struct xt_mtchk_param *, unsigned int size, u_int8_t proto,
/linux-4.4.14/net/netfilter/
Dx_tables.c363 int xt_check_match(struct xt_mtchk_param *par, in xt_check_match() function
416 EXPORT_SYMBOL_GPL(xt_check_match);
Dnft_compat.c421 ret = xt_check_match(&par, size, proto, inv); in nft_match_init()
/linux-4.4.14/net/ipv4/netfilter/
Dip_tables.c599 ret = xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/linux-4.4.14/net/ipv6/netfilter/
Dip6_tables.c610 ret = xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/linux-4.4.14/net/bridge/netfilter/
Debtables.c380 ret = xt_check_match(par, m->match_size, in ebt_check_match()