Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Drxrpc.h20 __u16 srx_service; /* service desired */ member
/linux/net/rxrpc/
H A Dcall_object.c207 call->dest_srx.srx_service = cp->service_id; in rxrpc_alloc_client_call()
450 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_incoming_call()
H A Doutput.c184 whdr->serviceId = htons(call->dest_srx.srx_service); in rxrpc_fill_out_ack()
403 pkt.whdr.serviceId = htons(call->dest_srx.srx_service); in rxrpc_send_abort_packet()
H A Drxperf.c195 srx.srx_service = RX_PERF_SERVICE; in rxperf_open_socket()
H A Dinput.c1237 if (sp->hdr.serviceId != call->dest_srx.srx_service) in rxrpc_input_call_packet()
1238 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_input_call_packet()
H A Dsendmsg.c644 cp.service_id = srx->srx_service; in rxrpc_new_client_call_for_sendmsg()
/linux/fs/afs/
H A Drxrpc.c56 srx.srx_service = CM_SERVICE; in afs_open_socket()
75 srx.srx_service = YFS_CM_SERVICE; in afs_open_socket()
/linux/include/trace/events/
H A Dafs.h1765 __entry->srx.srx_service = call->service_id;
1766 __entry->is_vl = (__entry->srx.srx_service == VL_SERVICE ||
1767 __entry->srx.srx_service == YFS_VL_SERVICE);
1773 __entry->srx.srx_service,
/linux/Documentation/networking/
H A Drxrpc.rst560 .srx_service = 0, /* we're a client */
590 .srx_service = VL_SERVICE_ID,
630 first sendmsg() of a call. The client should then check srx_service in the
631 msg_name filled in by recvmsg() when collecting the result. srx_service will
671 .srx_service = VL_SERVICE_ID, /* RxRPC service ID */