Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/netfilter/
Dx_tables.h247 bool inv_proto);
249 bool inv_proto);
/linux-4.4.14/net/netfilter/
Dx_tables.c364 unsigned int size, u_int8_t proto, bool inv_proto) in xt_check_match() argument
400 if (par->match->proto && (par->match->proto != proto || inv_proto)) { in xt_check_match()
705 unsigned int size, u_int8_t proto, bool inv_proto) in xt_check_target() argument
736 if (par->target->proto && (par->target->proto != proto || inv_proto)) { in xt_check_target()