Searched refs:inv_proto (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/netfilter/ |
| H A D | x_tables.h | 290 bool inv_proto); 293 bool inv_proto);
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 481 unsigned int size, u16 proto, bool inv_proto) in xt_check_match_common() argument 525 if (par->match->proto && (par->match->proto != proto || inv_proto)) { in xt_check_match_common() 561 unsigned int size, u16 proto, bool inv_proto) in xt_check_match() argument 565 ret = xt_check_match_common(par, size, proto, inv_proto); in xt_check_match() 1048 unsigned int size, u16 proto, bool inv_proto) in xt_check_target_common() argument 1088 if (par->target->proto && (par->target->proto != proto || inv_proto)) { in xt_check_target_common() 1123 unsigned int size, u16 proto, bool inv_proto) in xt_check_target() argument 1127 ret = xt_check_target_common(par, size, proto, inv_proto); in xt_check_target()
|