Searched refs:serviceId (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/net/rxrpc/ |
H A D | security.c | 173 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 D | io_thread.c | 149 sp->hdr.serviceId = ntohs(whdr.serviceId); in rxrpc_extract_header() 262 if (sp->hdr.serviceId == 0) in rxrpc_input_packet() 336 if (sp->hdr.serviceId != conn->service_id) { in rxrpc_input_packet_on_conn() 343 sp->hdr.serviceId); in rxrpc_input_packet_on_conn() 345 old_id != sp->hdr.serviceId) in rxrpc_input_packet_on_conn()
|
H A D | local_event.c | 66 whdr.serviceId = htons(sp->hdr.serviceId); in rxrpc_send_version_request()
|
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 | 299 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 D | protocol.h | 66 __be16 serviceId; /* service ID */ member
|
H A D | txbuf.c | 46 txb->wire.serviceId = htons(call->dest_srx.srx_service); in rxrpc_alloc_txbuf()
|
H A D | call_accept.c | 353 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 D | rxkad.c | 658 whdr.serviceId = htons(conn->service_id); in rxkad_issue_challenge() 713 whdr.serviceId = htons(hdr->serviceId); in rxkad_send_response()
|
H A D | conn_event.c | 141 pkt.whdr.serviceId = htons(conn->service_id); in rxrpc_conn_retransmit_call()
|
H A D | input.c | 1063 if (sp->hdr.serviceId != call->dest_srx.srx_service) in rxrpc_input_call_packet() 1064 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_input_call_packet()
|
H A D | call_object.c | 455 call->dest_srx.srx_service = sp->hdr.serviceId; in rxrpc_incoming_call()
|
H A D | ar-internal.h | 192 u16 serviceId; /* service ID */ member
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | API.pm | 850 foreach my $serviceId (keys %GLOBAL_SERVICE) { 851 print "$serviceId:\n"; 852 print "Type - $GLOBAL_SERVTYPE{$serviceId}\n"; 854 foreach my $service (@{$GLOBAL_SERVICE{$serviceId}}) { 858 foreach my $process (@{$GLOBAL_PROCESS{$serviceId}}) {
|
/openbmc/linux/include/trace/events/ |
H A D | rxrpc.h | 760 __entry->hdr.callNumber, __entry->hdr.serviceId, 1100 ntohs(__entry->whdr.serviceId), 1442 __entry->hdr.callNumber, __entry->hdr.serviceId,
|