Home
last modified time | relevance | path

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

/net/rxrpc/
Daf_rxrpc.c157 list_for_each_entry(prx, &local->services, listen_link) { in rxrpc_bind()
163 list_add_tail(&rx->listen_link, &local->services); in rxrpc_bind()
650 INIT_LIST_HEAD(&rx->listen_link); in rxrpc_create()
696 ASSERTCMP(rx->listen_link.next, !=, LIST_POISON1); in rxrpc_release_sock()
698 if (!list_empty(&rx->listen_link)) { in rxrpc_release_sock()
700 list_del(&rx->listen_link); in rxrpc_release_sock()
Dar-security.c184 list_for_each_entry(rx, &local->services, listen_link) { in rxrpc_init_server_conn_security()
Dar-accept.c261 list_for_each_entry(rx, &local->services, listen_link) { in rxrpc_accept_incoming_calls()
Dar-internal.h60 struct list_head listen_link; /* link in the local endpoint's listen list */ member