Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ktls_free
Function
ktls_free
freebsd/sys/ktls.h:238–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
static inline void
239
ktls_free(struct ktls_session *tls)
240
{
241
242
if (refcount_release(&tls->refcount))
243
ktls_destroy(tls);
244
}
245
246
#endif /* !_KERNEL */
247
#endif /* !_SYS_KTLS_H_ */
Callers
9
ip_output_send
Function · 0.85
ip6_output_send
Function · 0.85
vn_sendfile
Function · 0.85
ktls_set_tx_mode
Function · 0.85
ktls_reset_send_tag
Function · 0.85
ktls_encrypt
Function · 0.85
ktls_work_thread
Function · 0.85
sbdestroy
Function · 0.85
sosend_generic
Function · 0.85
Calls
2
refcount_release
Function · 0.85
ktls_destroy
Function · 0.85
Tested by
no test coverage detected