Home
last modified time | relevance | path

Searched refs:xpo_handshake (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/sunrpc/
Dsvc_xprt.h30 void (*xpo_handshake)(struct svc_xprt *xprt); member
/linux-6.6.21/net/sunrpc/
Dsvcauth_unix.c869 if (xprt->xpt_ops->xpo_handshake) { in svcauth_tls_accept()
Dsvc_xprt.c817 xprt->xpt_ops->xpo_handshake(xprt); in svc_handle_xprt()
Dsvcsock.c1327 .xpo_handshake = svc_tcp_handshake,