Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxprtsock.c101 static struct xprt_class xs_udp_transport; variable
3288 xprt->xprt_class = &xs_udp_transport; in xs_setup_udp()
3607 static struct xprt_class xs_udp_transport = { variable
3608 .list = LIST_HEAD_INIT(xs_udp_transport.list),
3653 xprt_register_transport(&xs_udp_transport); in init_socket_xprt()
3673 xprt_unregister_transport(&xs_udp_transport); in cleanup_socket_xprt()