Lines Matching refs:service_id
60 struct key *key, __be16 service_id) in rxrpc_cmp_bundle() argument
62 return (bundle->service_id - service_id) ?: in rxrpc_cmp_bundle()
72 __be16 service_id, in rxrpc_get_bundle() argument
79 rx, key_serial(key), trans->debug_id, ntohs(service_id)); in rxrpc_get_bundle()
94 if (rxrpc_cmp_bundle(bundle, key, service_id) < 0) in rxrpc_get_bundle()
96 else if (rxrpc_cmp_bundle(bundle, key, service_id) > 0) in rxrpc_get_bundle()
113 candidate->service_id = service_id; in rxrpc_get_bundle()
123 if (rxrpc_cmp_bundle(bundle, key, service_id) < 0) in rxrpc_get_bundle()
125 else if (rxrpc_cmp_bundle(bundle, key, service_id) > 0) in rxrpc_get_bundle()
337 __be16 service_id, in rxrpc_connect_exclusive() argument
358 conn->service_id = service_id; in rxrpc_connect_exclusive()
443 return rxrpc_connect_exclusive(rx, trans, bundle->service_id, in rxrpc_connect_call()
535 candidate->service_id = bundle->service_id; in rxrpc_connect_call()
672 candidate->service_id = hdr->serviceId; in rxrpc_incoming_connection()
678 if (candidate->service_id) in rxrpc_incoming_connection()