Searched refs:NF_DROP (Results 1 – 8 of 8) sorted by relevance
9 #define NF_DROP 0 macro31 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
10 #define NF_DROP 0 macro32 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
17 __ADD(NF_DROP, NF_DROP)
6 #define NF_DROP 0 macro
158 : pos == -NF_DROP-1 ? "NF_DROP" in dump_entry()264 assert(t->verdict == -NF_DROP-1452 assert(t->verdict == -NF_DROP-1 || t->verdict == -NF_ACCEPT-1);
192 : pos == -NF_DROP-1 ? "NF_DROP" in dump_entry()402 assert(t->verdict == -NF_DROP-1 || t->verdict == -NF_ACCEPT-1); in do_check()
1581 case -NF_DROP-1: in standard_target_map()1710 return iptcc_standard_map(r, -NF_DROP - 1); in iptcc_map_target()2439 c->verdict = -NF_DROP - 1; in TC_SET_POLICY()