Home
last modified time | relevance | path

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

/linux-6.12.1/net/rxrpc/
Daf_rxrpc.c143 service_id = srx->srx_service; in rxrpc_bind()
176 if (service_id == rx->srx.srx_service) in rxrpc_bind()
179 srx->srx_service = rx->srx.srx_service; in rxrpc_bind()
592 rx->srx.srx_service = 0; in rxrpc_sendmsg()
733 if ((service_upgrade[0] != rx->srx.srx_service || in rxrpc_setsockopt()
736 service_upgrade[1] != rx->srx.srx_service)) in rxrpc_setsockopt()
Dtxbuf.c73 whdr->serviceId = htons(call->dest_srx.srx_service); in rxrpc_alloc_data_txbuf()
150 whdr->serviceId = htons(call->dest_srx.srx_service); in rxrpc_alloc_ack_txbuf()
Dlocal_object.c141 local->srx.srx_service = 0; in rxrpc_alloc_local()
276 if (srx->srx_service) { in rxrpc_lookup_local()
Dconn_client.c87 bundle->service_id = call->dest_srx.srx_service; in rxrpc_alloc_bundle()
437 call->dest_srx.srx_service = conn->service_id; in rxrpc_activate_one_channel()
Dcall_object.c208 call->dest_srx.srx_service = cp->service_id; in rxrpc_alloc_client_call()
451 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_incoming_call()
Dinput.c1053 if (sp->hdr.serviceId != call->dest_srx.srx_service) in rxrpc_input_call_packet()
1054 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_input_call_packet()
Drecvmsg.c528 *_service = call->dest_srx.srx_service; in rxrpc_kernel_recv_data()
Dcall_accept.c353 if (!rx || (sp->hdr.serviceId != rx->srx.srx_service && in rxrpc_new_incoming_call()
Drxperf.c195 srx.srx_service = RX_PERF_SERVICE; in rxperf_open_socket()
Dproc.c88 call->dest_srx.srx_service, in rxrpc_call_seq_show()
Dsendmsg.c593 cp.service_id = srx->srx_service; in rxrpc_new_client_call_for_sendmsg()
Doutput.c302 pkt.whdr.serviceId = htons(call->dest_srx.srx_service); in rxrpc_send_abort_packet()
/linux-6.12.1/include/uapi/linux/
Drxrpc.h20 __u16 srx_service; /* service desired */ member
/linux-6.12.1/include/trace/events/
Dafs.h1597 __entry->srx.srx_service = call->service_id;
1598 __entry->is_vl = (__entry->srx.srx_service == VL_SERVICE ||
1599 __entry->srx.srx_service == YFS_VL_SERVICE);
1605 __entry->srx.srx_service,
/linux-6.12.1/fs/afs/
Drxrpc.c56 srx.srx_service = CM_SERVICE; in afs_open_socket()
75 srx.srx_service = YFS_CM_SERVICE; in afs_open_socket()
/linux-6.12.1/Documentation/networking/
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 */