Home
last modified time | relevance | path

Searched refs:inv_proto (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/netfilter/
Dx_tables.h243 bool inv_proto);
245 bool inv_proto);
/linux-4.1.27/net/netfilter/
Dx_tables.c367 unsigned int size, u_int8_t proto, bool inv_proto) in xt_check_match() argument
403 if (par->match->proto && (par->match->proto != proto || inv_proto)) { in xt_check_match()
547 unsigned int size, u_int8_t proto, bool inv_proto) in xt_check_target() argument
578 if (par->target->proto && (par->target->proto != proto || inv_proto)) { in xt_check_target()