Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h293 bool inv_proto);
295 bool inv_proto);
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c461 unsigned int size, u16 proto, bool inv_proto) in xt_check_match() argument
496 if (par->match->proto && (par->match->proto != proto || inv_proto)) { in xt_check_match()
981 unsigned int size, u16 proto, bool inv_proto) in xt_check_target() argument
1011 if (par->target->proto && (par->target->proto != proto || inv_proto)) { in xt_check_target()