Searched refs:CONNDB_FORW_BIT (Results 1 – 1 of 1) sorted by relevance
95 #define CONNDB_FORW_BIT ((uintptr_t)0x1) macro96 #define CONNDB_ISFORW_P(p) (((uintptr_t)(p) & CONNDB_FORW_BIT) != 0)97 #define CONNDB_GET_PTR(p) ((void *)((uintptr_t)(p) & ~CONNDB_FORW_BIT))207 const uintptr_t tag = (CONNDB_FORW_BIT * !flow); in npf_conndb_insert()