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

/linux-master/net/rxrpc/
H A Dlocal_event.c66 whdr.serviceId = htons(sp->hdr.serviceId);
H A Dsecurity.c173 sp->hdr.serviceId, sp->hdr.securityIndex, kvno, enctype);
176 sp->hdr.serviceId, sp->hdr.securityIndex, kvno);
179 sp->hdr.serviceId, sp->hdr.securityIndex);
H A Dconn_service.c159 conn->orig_service_id = sp->hdr.serviceId;
160 conn->service_id = sp->hdr.serviceId;
H A Dprotocol.h66 __be16 serviceId; /* service ID */ member in struct:rxrpc_wire_header
H A Dio_thread.c144 sp->hdr.serviceId = ntohs(whdr.serviceId);
267 if (sp->hdr.serviceId == 0)
341 if (sp->hdr.serviceId != conn->service_id) {
348 sp->hdr.serviceId);
350 old_id != sp->hdr.serviceId)
H A Dtxbuf.c73 whdr->serviceId = htons(call->dest_srx.srx_service);
150 whdr->serviceId = htons(call->dest_srx.srx_service);
H A Doutput.c302 pkt.whdr.serviceId = htons(call->dest_srx.srx_service);
551 whdr.serviceId = htons(conn->service_id);
629 whdr.serviceId = htons(sp->hdr.serviceId);
674 whdr.serviceId = 0;
H A Dcall_accept.c353 if (!rx || (sp->hdr.serviceId != rx->srx.srx_service &&
354 sp->hdr.serviceId != rx->second_service)
H A Drxkad.c660 whdr.serviceId = htons(conn->service_id);
715 whdr.serviceId = htons(hdr->serviceId);
H A Dconn_event.c140 pkt.whdr.serviceId = htons(conn->service_id);
H A Dinput.c1032 if (sp->hdr.serviceId != call->dest_srx.srx_service)
1033 call->dest_srx.srx_service = sp->hdr.serviceId;
H A Dar-internal.h193 u16 serviceId; /* service ID */ member in struct:rxrpc_host_header
H A Dcall_object.c456 call->dest_srx.srx_service = sp->hdr.serviceId;
/linux-master/include/trace/events/
H A Drxrpc.h751 __entry->hdr.callNumber, __entry->hdr.serviceId,
1068 ntohs(__entry->whdr.serviceId),
1430 __entry->hdr.callNumber, __entry->hdr.serviceId,

Completed in 298 milliseconds