Searched refs:serviceId (Results 1 – 13 of 13) sorted by relevance
| /linux/net/rxrpc/ |
| H A D | security.c | 176 sp->hdr.serviceId, sp->hdr.securityIndex, kvno, enctype); in rxrpc_look_up_server_security() 179 sp->hdr.serviceId, sp->hdr.securityIndex, kvno); in rxrpc_look_up_server_security() 182 sp->hdr.serviceId, sp->hdr.securityIndex); in rxrpc_look_up_server_security()
|
| H A D | local_event.c | 66 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_send_version_request()
|
| H A D | io_thread.c | 164 sp->hdr.serviceId = ntohs(whdr.serviceId); in rxrpc_extract_header() 287 if (sp->hdr.serviceId == 0) in rxrpc_input_packet() 360 if (sp->hdr.serviceId != conn->service_id) { in rxrpc_input_packet_on_conn() 367 sp->hdr.serviceId); in rxrpc_input_packet_on_conn() 369 old_id != sp->hdr.serviceId) in rxrpc_input_packet_on_conn()
|
| H A D | conn_service.c | 159 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 D | output.c | 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() 561 whdr->serviceId = htons(call->conn->service_id); in rxrpc_prepare_data_packet() 775 whdr.serviceId = htons(conn->service_id); in rxrpc_send_conn_abort() 836 .serviceId = htons(sp->hdr.serviceId), in rxrpc_reject_packet() 902 whdr.serviceId = 0; in rxrpc_send_keepalive()
|
| H A D | call_accept.c | 359 if (!rx || (sp->hdr.serviceId != rx->srx.srx_service && in rxrpc_new_incoming_call() 360 sp->hdr.serviceId != rx->second_service) in rxrpc_new_incoming_call()
|
| H A D | rxkad.c | 676 whdr.serviceId = htons(conn->service_id); in rxkad_issue_challenge() 835 h.whdr.serviceId = htons(conn->service_id); in rxkad_respond_to_challenge()
|
| H A D | conn_event.c | 149 pkt.whdr.serviceId = htons(conn->service_id); in rxrpc_conn_retransmit_call()
|
| H A D | input.c | 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()
|
| H A D | rxgk.c | 670 whdr->serviceId = htons(conn->service_id); in rxgk_issue_challenge() 808 h.whdr.serviceId = htons(conn->service_id); in rxgk_insert_response_header()
|
| H A D | call_object.c | 450 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_incoming_call()
|
| H A D | ar-internal.h | 203 u16 serviceId; /* service ID */ member
|
| /linux/include/trace/events/ |
| H A D | rxrpc.h | 885 __entry->hdr.callNumber, __entry->hdr.serviceId, 1400 ntohs(__entry->whdr.serviceId), 1772 __entry->hdr.callNumber, __entry->hdr.serviceId,
|