Searched refs:xt_check_match (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/netfilter/ |
D | x_tables.h | 246 int xt_check_match(struct xt_mtchk_param *, unsigned int size, u_int8_t proto,
|
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 363 int xt_check_match(struct xt_mtchk_param *par, in xt_check_match() function 416 EXPORT_SYMBOL_GPL(xt_check_match);
|
D | nft_compat.c | 421 ret = xt_check_match(&par, size, proto, inv); in nft_match_init()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ip_tables.c | 599 ret = xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 610 ret = xt_check_match(par, m->u.match_size - sizeof(*m), in check_match()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 380 ret = xt_check_match(par, m->match_size, in ebt_check_match()
|