Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dcall_object.c383 list_add(&call->sock_link, &rx->sock_calls); in rxrpc_new_client_call()
631 while (!list_empty(&rx->sock_calls)) { in rxrpc_release_calls_on_socket()
632 call = list_entry(rx->sock_calls.next, in rxrpc_release_calls_on_socket()
H A Dar-internal.h154 struct list_head sock_calls; /* List of calls owned by this socket */ member