Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/inet/
H A Dinet_hash.c144 #define PKT_HASH_2BYTES(x) ((x)[0] ^ (x)[1]) macro
256 hash ^= PKT_HASH_2BYTES(identp); in inet_pkt_hash()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1995 #define PKT_HASH_2BYTES(x) ((x)[0] ^ (x)[1]) macro
2109 hash ^= PKT_HASH_2BYTES(identp); in mac_pkt_hash()