Home
last modified time | relevance | path

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

/NextBSD/sys/dev/netmap/
HDnetmap_vale.c1147 #define BRIDGE_RTHASH_MASK (NM_BDG_HASH-1) in nm_bridge_rthash() macro
1148 return (c & BRIDGE_RTHASH_MASK); in nm_bridge_rthash()
/NextBSD/sys/net/
HDif_bridge.c143 #define BRIDGE_RTHASH_MASK (BRIDGE_RTHASH_SIZE - 1) macro
2909 return (c & BRIDGE_RTHASH_MASK); in bridge_rthash()