Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sglist_reset
Function
sglist_reset
freebsd/sys/sglist.h:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
static __inline void
73
sglist_reset(struct sglist *sg)
74
{
75
76
sg->sg_nseg = 0;
77
}
78
79
static __inline struct sglist *
80
sglist_hold(struct sglist *sg)
Callers
6
ccp_do_hmac
Function · 0.85
ccp_do_pst_to_lsb
Function · 0.85
ccp_do_blkcipher
Function · 0.85
ccp_gcm
Function · 0.85
ccp_populate_sglist
Function · 0.85
sglist_join
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected