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

/linux-master/net/rxrpc/
H A Dcall_object.c389 list_add(&call->sock_link, &rx->sock_calls);
620 while (!list_empty(&rx->sock_calls)) {
621 call = list_entry(rx->sock_calls.next,
H A Dcall_accept.c136 list_add(&call->sock_link, &rx->sock_calls);
H A Dar-internal.h150 struct list_head sock_calls; /* List of calls owned by this socket */ member in struct:rxrpc_sock
645 struct list_head sock_link; /* Link in rx->sock_calls */
H A Daf_rxrpc.c848 INIT_LIST_HEAD(&rx->sock_calls);

Completed in 192 milliseconds