Home
last modified time | relevance | path

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

/netbsd/src/sys/net/npf/
Dnpf_portmap.c74 #define PORTMAP_L0_MASK ((1U << PORTMAP_L0_SHIFT) - 1) macro
220 KASSERT(bit <= (PORTMAP_L0_MASK + 1)); in bitmap_word_isset()
240 KASSERT((unsigned)bit <= (PORTMAP_L0_MASK + 1)); in bitmap_word_cax()
297 chunk_bit = bit & PORTMAP_L0_MASK;
319 chunk_bit = bit & PORTMAP_L0_MASK; in bitmap_set()
354 KASSERT(v <= PORTMAP_L0_MASK); in bitmap_set()
399 chunk_bit = bit & PORTMAP_L0_MASK; in bitmap_clr()