Searched refs:serviceId (Results 1 – 10 of 10) sorted by relevance
156 sp->hdr.serviceId, sp->hdr.securityIndex, kvno, enctype); in rxrpc_look_up_server_security()159 sp->hdr.serviceId, sp->hdr.securityIndex, kvno); in rxrpc_look_up_server_security()162 sp->hdr.serviceId, sp->hdr.securityIndex); in rxrpc_look_up_server_security()
57 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_send_version_request()
1227 sp->hdr.serviceId = ntohs(whdr.serviceId); in rxrpc_extract_header()1352 if (sp->hdr.serviceId == 0) in rxrpc_input_packet()1361 if (!rx || (sp->hdr.serviceId != rx->srx.srx_service && in rxrpc_input_packet()1362 sp->hdr.serviceId != rx->second_service)) { in rxrpc_input_packet()1375 if (sp->hdr.serviceId != conn->service_id) { in rxrpc_input_packet()1381 sp->hdr.serviceId); in rxrpc_input_packet()1384 old_id != sp->hdr.serviceId) in rxrpc_input_packet()1441 if (sp->hdr.serviceId != call->service_id) in rxrpc_input_packet()1442 call->service_id = sp->hdr.serviceId; in rxrpc_input_packet()
216 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()
168 conn->params.service_id = sp->hdr.serviceId; in rxrpc_new_incoming_connection()169 conn->service_id = sp->hdr.serviceId; in rxrpc_new_incoming_connection()
66 __be16 serviceId; /* service ID */ member
85 pkt.whdr.serviceId = htons(conn->service_id); in rxrpc_conn_retransmit_call()239 whdr.serviceId = htons(conn->service_id); in rxrpc_abort_connection()
763 whdr.serviceId = htons(conn->service_id); in rxkad_issue_challenge()819 whdr.serviceId = htons(hdr->serviceId); in rxkad_send_response()
415 call->service_id = sp->hdr.serviceId; in rxrpc_incoming_call()
173 u16 serviceId; /* service ID */ member