Searched refs:peer_keepalive (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/rxrpc/
H A Dpeer_event.c236 const u8 mask = ARRAY_SIZE(rxnet->peer_keepalive) - 1;
274 &rxnet->peer_keepalive[slot & mask]);
292 const u8 mask = ARRAY_SIZE(rxnet->peer_keepalive) - 1;
315 stop = cursor + ARRAY_SIZE(rxnet->peer_keepalive);
317 list_splice_tail_init(&rxnet->peer_keepalive[cursor & mask],
335 if (!list_empty(&rxnet->peer_keepalive[cursor & mask]))
H A Dnet_ns.c64 for (i = 0; i < ARRAY_SIZE(rxnet->peer_keepalive); i++)
65 INIT_LIST_HEAD(&rxnet->peer_keepalive[i]);
H A Dar-internal.h91 struct list_head peer_keepalive[32]; member in struct:rxrpc_net
337 struct list_head keepalive_link; /* Link in net->peer_keepalive[] */

Completed in 338 milliseconds