Home
last modified time | relevance | path

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

/netbsd-src/sys/net/npf/
H A Dnpf_conndb.c95 #define CONNDB_FORW_BIT ((uintptr_t)0x1) macro
96 #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()