Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ m_ether_tcpip_hash_init
Function
m_ether_tcpip_hash_init
freebsd/kern/uipc_mbufhash.c:59–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
uint32_t
60
m_ether_tcpip_hash_init(void)
61
{
62
uint32_t seed;
63
64
seed = arc4random();
65
return (fnv_32_buf(&seed, sizeof(seed), FNV1_32_INIT));
66
}
67
68
uint32_t
69
m_infiniband_tcpip_hash_init(void)
Callers
2
lacp_attach
Function · 0.85
lagg_lb_attach
Function · 0.85
Calls
2
fnv_32_buf
Function · 0.85
arc4random
Function · 0.50
Tested by
no test coverage detected