Home
last modified time | relevance | path

Searched refs:tls_alloc_ktls (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h583 int tls_alloc_ktls(struct toepcb *, struct ktls_session *, int);
H A Dt4_tls.c207 tls_alloc_ktls(struct toepcb *toep, struct ktls_session *tls, int direction) in tls_alloc_ktls() function
H A Dt4_tom.c853 return (tls_alloc_ktls(toep, tls, direction)); in t4_alloc_tls_session()