Home
last modified time | relevance | path

Searched refs:serviceId (Results 1 – 14 of 14) sorted by relevance

/linux/net/rxrpc/
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()
A Dlocal_event.c66 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_send_version_request()
A Dio_thread.c150 sp->hdr.serviceId = ntohs(whdr.serviceId); in rxrpc_extract_header()
273 if (sp->hdr.serviceId == 0) in rxrpc_input_packet()
347 if (sp->hdr.serviceId != conn->service_id) { in rxrpc_input_packet_on_conn()
354 sp->hdr.serviceId); in rxrpc_input_packet_on_conn()
356 old_id != sp->hdr.serviceId) in rxrpc_input_packet_on_conn()
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()
A Doutput.c302 pkt.whdr.serviceId = htons(call->dest_srx.srx_service); in rxrpc_send_abort_packet()
551 whdr.serviceId = htons(conn->service_id); in rxrpc_send_conn_abort()
629 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_reject_packet()
674 whdr.serviceId = 0; in rxrpc_send_keepalive()
A 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()
A Dprotocol.h66 __be16 serviceId; /* service ID */ member
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()
A Drxkad.c660 whdr.serviceId = htons(conn->service_id); in rxkad_issue_challenge()
715 whdr.serviceId = htons(hdr->serviceId); in rxkad_send_response()
A Dconn_event.c140 pkt.whdr.serviceId = htons(conn->service_id); in rxrpc_conn_retransmit_call()
A 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()
A Dcall_object.c451 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_incoming_call()
A Dar-internal.h193 u16 serviceId; /* service ID */ member
/linux/include/trace/events/
A Drxrpc.h752 __entry->hdr.callNumber, __entry->hdr.serviceId,
1069 ntohs(__entry->whdr.serviceId),
1431 __entry->hdr.callNumber, __entry->hdr.serviceId,

Completed in 33 milliseconds