Home
last modified time | relevance | path

Searched refs:index_key (Results 1 – 2 of 2) sorted by relevance

/net/rxrpc/
Dconn_service.c51 if (conn->proto.index_key < k.index_key) in rxrpc_find_service_conn_rcu()
53 else if (conn->proto.index_key > k.index_key) in rxrpc_find_service_conn_rcu()
86 if (cursor->proto.index_key < k.index_key) in rxrpc_publish_service_conn()
88 else if (cursor->proto.index_key > k.index_key) in rxrpc_publish_service_conn()
Dar-internal.h326 u64 index_key; member