Searched defs:inv_proto (Results 1 - 1 of 1) sorted by relevance

/net/netfilter/
H A Dx_tables.c367 unsigned int size, u_int8_t proto, bool inv_proto)
403 if (par->match->proto && (par->match->proto != proto || inv_proto)) {
547 unsigned int size, u_int8_t proto, bool inv_proto)
578 if (par->target->proto && (par->target->proto != proto || inv_proto)) {
366 xt_check_match(struct xt_mtchk_param *par, unsigned int size, u_int8_t proto, bool inv_proto) argument
546 xt_check_target(struct xt_tgchk_param *par, unsigned int size, u_int8_t proto, bool inv_proto) argument

Completed in 7 milliseconds