Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/netfilter/
Dx_tables.h242 int xt_check_match(struct xt_mtchk_param *, unsigned int size, u_int8_t proto,
/linux-4.1.27/net/netfilter/
Dx_tables.c366 int xt_check_match(struct xt_mtchk_param *par, in xt_check_match() function
419 EXPORT_SYMBOL_GPL(xt_check_match);
Dnft_compat.c419 ret = xt_check_match(&par, size, proto, inv); in nft_match_init()
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c608 ret = xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/linux-4.1.27/net/ipv4/netfilter/
Dip_tables.c596 ret = xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
/linux-4.1.27/net/bridge/netfilter/
Debtables.c378 ret = xt_check_match(par, m->match_size, in ebt_check_match()