Searched refs:xt_check_match (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/netfilter/ |
D | x_tables.h | 242 int xt_check_match(struct xt_mtchk_param *, unsigned int size, u_int8_t proto,
|
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 366 int xt_check_match(struct xt_mtchk_param *par, in xt_check_match() function 419 EXPORT_SYMBOL_GPL(xt_check_match);
|
D | nft_compat.c | 419 ret = xt_check_match(&par, size, proto, inv); in nft_match_init()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 608 ret = xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ip_tables.c | 596 ret = xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 378 ret = xt_check_match(par, m->match_size, in ebt_check_match()
|