Home
last modified time | relevance | path

Searched refs:sock_calls (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/rxrpc/
Dcall_object.c337 list_add(&call->sock_link, &rx->sock_calls); in rxrpc_new_client_call()
605 while (!list_empty(&rx->sock_calls)) { in rxrpc_release_calls_on_socket()
606 call = list_entry(rx->sock_calls.next, in rxrpc_release_calls_on_socket()
Dcall_accept.c138 list_add(&call->sock_link, &rx->sock_calls); in rxrpc_service_prealloc_one()
Daf_rxrpc.c782 INIT_LIST_HEAD(&rx->sock_calls); in rxrpc_create()
Dar-internal.h130 struct list_head sock_calls; /* List of calls owned by this socket */ member