Searched refs:SVC_SOCK_ANONYMOUS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/sunrpc/ |
H A D | svcsock.h | 73 #define SVC_SOCK_ANONYMOUS (1U << 0) /* don't register with pmap */ macro
|
/openbmc/linux/fs/nfs/ |
H A D | callback.c | 48 nfs_callback_set_tcpport, SVC_SOCK_ANONYMOUS, in nfs4_callback_up_net() 57 nfs_callback_set_tcpport, SVC_SOCK_ANONYMOUS, in nfs4_callback_up_net()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfsctl.c | 743 PF_INET, port, SVC_SOCK_ANONYMOUS, cred); in __write_ports_addxprt() 748 PF_INET6, port, SVC_SOCK_ANONYMOUS, cred); in __write_ports_addxprt()
|
/openbmc/linux/net/sunrpc/ |
H A D | svcsock.c | 924 (SVC_SOCK_ANONYMOUS | SVC_SOCK_TEMPORARY)); in svc_tcp_accept() 1392 int pmap_register = !(flags & SVC_SOCK_ANONYMOUS); in svc_setup_socket()
|