Home
last modified time | relevance | path

Searched refs:sock_calls (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/rxrpc/
H A Dcall_object.c337 list_add(&call->sock_link, &rx->sock_calls);
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()
H A Dcall_accept.c138 list_add(&call->sock_link, &rx->sock_calls); in rxrpc_service_prealloc_one()
H A Dar-internal.h128 struct list_head sock_calls; /* List of calls owned by this socket */ member
572 struct list_head sock_link; /* Link in rx->sock_calls */
H A Daf_rxrpc.c781 INIT_LIST_HEAD(&rx->sock_calls); in rxrpc_create()
/kernel/linux/linux-6.6/net/rxrpc/
H A Dcall_object.c394 list_add(&call->sock_link, &rx->sock_calls);
625 while (!list_empty(&rx->sock_calls)) { in rxrpc_release_calls_on_socket()
626 call = list_entry(rx->sock_calls.next, in rxrpc_release_calls_on_socket()
H A Dcall_accept.c136 list_add(&call->sock_link, &rx->sock_calls); in rxrpc_service_prealloc_one()
H A Daf_rxrpc.c802 INIT_LIST_HEAD(&rx->sock_calls); in rxrpc_create()
H A Dar-internal.h149 struct list_head sock_calls; /* List of calls owned by this socket */ member
636 struct list_head sock_link; /* Link in rx->sock_calls */

Completed in 12 milliseconds