MCPcopy 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
72static __inline void
73sglist_reset(struct sglist *sg)
74{
75
76 sg->sg_nseg = 0;
77}
78
79static __inline struct sglist *
80sglist_hold(struct sglist *sg)

Callers 6

ccp_do_hmacFunction · 0.85
ccp_do_pst_to_lsbFunction · 0.85
ccp_do_blkcipherFunction · 0.85
ccp_gcmFunction · 0.85
ccp_populate_sglistFunction · 0.85
sglist_joinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected