Searched refs:srx_service (Results 1 – 9 of 9) sorted by relevance
20 __u16 srx_service; /* service desired */ member
207 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()
184 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()
195 srx.srx_service = RX_PERF_SERVICE; in rxperf_open_socket()
1237 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()
644 cp.service_id = srx->srx_service; in rxrpc_new_client_call_for_sendmsg()
56 srx.srx_service = CM_SERVICE; in afs_open_socket()75 srx.srx_service = YFS_CM_SERVICE; in afs_open_socket()
1765 __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,
560 .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 the631 msg_name filled in by recvmsg() when collecting the result. srx_service will671 .srx_service = VL_SERVICE_ID, /* RxRPC service ID */