Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_util.c890 #define PKT_HASH_4BYTES(x) ((x)[0] ^ (x)[1] ^ (x)[2] ^ (x)[3]) macro
996 hash ^= (PKT_HASH_4BYTES(ip_src) ^ in mac_pkt_hash()
997 PKT_HASH_4BYTES(ip_dst)); in mac_pkt_hash()
1038 hash ^= (PKT_HASH_4BYTES(ip_src) ^ in mac_pkt_hash()
1039 PKT_HASH_4BYTES(ip_dst)); in mac_pkt_hash()
1045 hash ^= PKT_HASH_4BYTES(identp); in mac_pkt_hash()
1079 hash ^= PKT_HASH_4BYTES((mp->b_rptr + skip_len)); in mac_pkt_hash()