Home
last modified time | relevance | path

Searched refs:serviceId (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/net/rxrpc/
H A Dsecurity.c173 sp->hdr.serviceId, sp->hdr.securityIndex, kvno, enctype); in rxrpc_look_up_server_security()
176 sp->hdr.serviceId, sp->hdr.securityIndex, kvno); in rxrpc_look_up_server_security()
179 sp->hdr.serviceId, sp->hdr.securityIndex); in rxrpc_look_up_server_security()
H A Dlocal_event.c66 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_send_version_request()
H A Dio_thread.c143 sp->hdr.serviceId = ntohs(whdr.serviceId); in rxrpc_extract_header()
256 if (sp->hdr.serviceId == 0) in rxrpc_input_packet()
330 if (sp->hdr.serviceId != conn->service_id) { in rxrpc_input_packet_on_conn()
337 sp->hdr.serviceId); in rxrpc_input_packet_on_conn()
339 old_id != sp->hdr.serviceId) in rxrpc_input_packet_on_conn()
H A Dconn_service.c159 conn->orig_service_id = sp->hdr.serviceId; in rxrpc_new_incoming_connection()
160 conn->service_id = sp->hdr.serviceId; in rxrpc_new_incoming_connection()
H A Doutput.c299 pkt.whdr.serviceId = htons(call->dest_srx.srx_service); in rxrpc_send_abort_packet()
550 whdr.serviceId = htons(conn->service_id); in rxrpc_send_conn_abort()
628 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_reject_packet()
673 whdr.serviceId = 0; in rxrpc_send_keepalive()
H A Dprotocol.h66 __be16 serviceId; /* service ID */ member
H A Dtxbuf.c46 txb->wire.serviceId = htons(call->dest_srx.srx_service); in rxrpc_alloc_txbuf()
H A Dcall_accept.c353 if (!rx || (sp->hdr.serviceId != rx->srx.srx_service && in rxrpc_new_incoming_call()
354 sp->hdr.serviceId != rx->second_service) in rxrpc_new_incoming_call()
H A Drxkad.c658 whdr.serviceId = htons(conn->service_id); in rxkad_issue_challenge()
713 whdr.serviceId = htons(hdr->serviceId); in rxkad_send_response()
H A Dconn_event.c140 pkt.whdr.serviceId = htons(conn->service_id); in rxrpc_conn_retransmit_call()
H A Dinput.c1042 if (sp->hdr.serviceId != call->dest_srx.srx_service) in rxrpc_input_call_packet()
1043 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_input_call_packet()
H A Dcall_object.c461 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_incoming_call()
H A Dar-internal.h192 u16 serviceId; /* service ID */ member
/kernel/linux/linux-5.10/net/rxrpc/
H A Dlocal_event.c57 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_send_version_request()
H A Dinput.c1200 sp->hdr.serviceId = ntohs(whdr.serviceId); in rxrpc_extract_header()
1325 if (sp->hdr.serviceId == 0) in rxrpc_input_packet()
1334 if (!rx || (sp->hdr.serviceId != rx->srx.srx_service && in rxrpc_input_packet()
1335 sp->hdr.serviceId != rx->second_service)) { in rxrpc_input_packet()
1348 if (sp->hdr.serviceId != conn->service_id) { in rxrpc_input_packet()
1354 sp->hdr.serviceId); in rxrpc_input_packet()
1357 old_id != sp->hdr.serviceId) in rxrpc_input_packet()
1414 if (sp->hdr.serviceId != call->service_id) in rxrpc_input_packet()
1415 call->service_id = sp->hdr.serviceId; in rxrpc_input_packet()
[all...]
H A Doutput.c216 pkt->whdr.serviceId = htons(call->service_id); in rxrpc_send_ack_packet()
325 pkt.whdr.serviceId = htons(call->service_id); in rxrpc_send_abort_packet()
383 whdr.serviceId = htons(call->service_id); in rxrpc_send_data_packet()
608 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_reject_packets()
658 whdr.serviceId = 0; in rxrpc_send_keepalive()
H A Dconn_service.c169 conn->params.service_id = sp->hdr.serviceId; in rxrpc_new_incoming_connection()
170 conn->service_id = sp->hdr.serviceId; in rxrpc_new_incoming_connection()
H A Dprotocol.h66 __be16 serviceId; /* service ID */ member
H A Dsecurity.c118 sprintf(kdesc, "%u:%u", sp->hdr.serviceId, sp->hdr.securityIndex); in rxrpc_look_up_server_security()
H A Dconn_event.c85 pkt.whdr.serviceId = htons(conn->service_id); in rxrpc_conn_retransmit_call()
239 whdr.serviceId = htons(conn->service_id); in rxrpc_abort_connection()
H A Drxkad.c679 whdr.serviceId = htons(conn->service_id); in rxkad_issue_challenge()
735 whdr.serviceId = htons(hdr->serviceId); in rxkad_send_response()
H A Dcall_object.c415 call->service_id = sp->hdr.serviceId; in rxrpc_incoming_call()
H A Dar-internal.h171 u16 serviceId; /* service ID */ member
/kernel/linux/linux-5.10/include/trace/events/
H A Drxrpc.h677 __entry->hdr.callNumber, __entry->hdr.serviceId,
930 ntohs(__entry->whdr.serviceId),
1204 __entry->hdr.callNumber, __entry->hdr.serviceId,
/kernel/linux/linux-6.6/include/trace/events/
H A Drxrpc.h756 __entry->hdr.callNumber, __entry->hdr.serviceId,
1073 ntohs(__entry->whdr.serviceId),
1415 __entry->hdr.callNumber, __entry->hdr.serviceId,

Completed in 25 milliseconds