OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hash_dst
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/lagg/
if_lagg.c
898
uint32_t hash, hash_src,
hash_dst
;
local in function:lagg_hashmbuf
908
hash_dst
= HASH32_BUF_INIT;
937
LAGG_HASH_ADD(&
hash_dst
, eh->ether_dhost);
950
LAGG_HASH_ADD(&
hash_dst
, ip->ip_dst);
964
LAGG_HASH_ADD(&
hash_dst
, ip6->ip6_dst);
984
LAGG_HASH_ADD(&
hash_dst
, th->th_dport);
994
LAGG_HASH_ADD(&
hash_dst
, uh->uh_dport);
1000
hash_src ^=
hash_dst
;
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025