Home
last modified time | relevance | path

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

/linux/include/linux/netfilter/
H A Dx_tables.h303 bool inv_proto);
306 bool inv_proto);
/linux/net/netfilter/
H A Dx_tables.c484 unsigned int size, u16 proto, bool inv_proto) in xt_check_match_common() argument
528 if (par->match->proto && (par->match->proto != proto || inv_proto)) { in xt_check_match_common()
564 unsigned int size, u16 proto, bool inv_proto) in xt_check_match() argument
568 ret = xt_check_match_common(par, size, proto, inv_proto); in xt_check_match()
1051 unsigned int size, u16 proto, bool inv_proto) in xt_check_target_common() argument
1091 if (par->target->proto && (par->target->proto != proto || inv_proto)) { in xt_check_target_common()
1126 unsigned int size, u16 proto, bool inv_proto) in xt_check_target() argument
1130 ret = xt_check_target_common(par, size, proto, inv_proto); in xt_check_target()