Searched refs:svc_addr (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | connect_force_port4.c | 19 struct svc_addr { 28 __type(value, struct svc_addr); 35 struct svc_addr *orig; in connect4() 78 struct svc_addr *orig; in getpeername4() 17 struct svc_addr { global() struct 26 portsvc_addr global() argument
|
| H A D | connect_force_port6.c | 18 struct svc_addr { 27 __type(value, struct svc_addr); 34 struct svc_addr *orig; in connect6() 86 struct svc_addr *orig; in getpeername6() 16 struct svc_addr { global() struct 25 portsvc_addr global() argument
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | debug-exceptions.c | 36 static volatile u64 svc_addr; variable 255 GUEST_ASSERT_EQ(svc_addr, PC(bp_svc) + 4); in guest_code() 373 svc_addr = regs->pc; in guest_svc_handler()
|
| /linux/fs/lockd/ |
| H A D | lockd.h | 406 const struct sockaddr *sap = svc_addr(rqstp); in nlm_privileged_requester()
|
| H A D | svc4proc.c | 538 resp->xdrgen.stat.stat = nlmclnt_grant(svc_addr(rqstp), &argp->lock); in nlm4svc_proc_granted() 851 resp->status = nlmclnt_grant(svc_addr(rqstp), &argp->lock); in __nlm4svc_proc_granted_msg()
|
| H A D | svcproc.c | 540 resp->xdrgen.stat.stat = nlmclnt_grant(svc_addr(rqstp), &argp->lock); in nlmsvc_proc_granted_res() 876 resp->status = nlmclnt_grant(svc_addr(rqstp), &argp->lock);
|
| /linux/net/sunrpc/ |
| H A D | svcsock.c | 392 if (svc_port_is_privileged(svc_addr(rqstp))) in svc_sock_secure_port() 620 .msg_name = svc_addr(rqstp), in svc_udp_recvfrom() 648 len = svc_addr_len(svc_addr(rqstp)); in svc_udp_recvfrom()
|
| H A D | svc_xprt.c | 417 return __svc_print_addr(svc_addr(rqstp), buf, len); in svc_xprt_reserve_slot()
|
| /linux/fs/nfs/ |
| H A D | callback_xdr.c | 412 args->csa_addr = svc_addr(rqstp); in decode_cb_sequence_args()
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 2366 struct sockaddr *sa = svc_addr(rqstp); in alloc_client() 3396 struct sockaddr *sa = svc_addr(rqstp); in move_to_confirmed() 3568 struct sockaddr *sa = svc_addr(rqstp); in nfsd4_replay_cache_entry() 3760 struct sockaddr *sa = svc_addr(rqstp); in nfsd4_exchange_id() 4084 struct sockaddr *sa = svc_addr(rqstp); in nfsd4_create_session()
|
| H A D | nfsctl.c | 1555 memcpy(&genl_rqstp.rq_saddr, svc_addr(rqstp), in nfsd_nl_rpc_status_get_dumpit()
|