Searched refs:TAG_HASH_MASK (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/net/
H A Dif_vlan.c112 #define TAG_HASH_MASK (TAG_HASH_SIZE - 1) macro
113 #define TAG_HASH(tag) (tag & TAG_HASH_MASK)

Completed in 177 milliseconds