MCPcopy 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
238static inline void
239ktls_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_sendFunction · 0.85
ip6_output_sendFunction · 0.85
vn_sendfileFunction · 0.85
ktls_set_tx_modeFunction · 0.85
ktls_reset_send_tagFunction · 0.85
ktls_encryptFunction · 0.85
ktls_work_threadFunction · 0.85
sbdestroyFunction · 0.85
sosend_genericFunction · 0.85

Calls 2

refcount_releaseFunction · 0.85
ktls_destroyFunction · 0.85

Tested by

no test coverage detected