Home
last modified time | relevance | path

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

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