Home
last modified time | relevance | path

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

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