Searched refs:_svc_xprt_create (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | svc_xprt.c | 297 static int _svc_xprt_create(struct svc_serv *serv, const char *xprt_name, in _svc_xprt_create() function 354 err = _svc_xprt_create(serv, xprt_name, net, family, port, flags, cred); in svc_xprt_create() 357 err = _svc_xprt_create(serv, xprt_name, net, family, port, flags, cred); in svc_xprt_create()
|