Home
last modified time | relevance | path

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

/linux/include/net/
H A Dkcm.h150 struct list_head psocks_ready; /* List of psocks with a msg ready */ member
/linux/net/kcm/
H A Dkcmsock.c142 while (!list_empty(&mux->psocks_ready)) { in kcm_rcv_ready()
143 psock = list_first_entry(&mux->psocks_ready, struct kcm_psock, in kcm_rcv_ready()
279 &mux->psocks_ready); in reserve_rx_kcm()
1827 INIT_LIST_HEAD(&mux->psocks_ready); in kcm_create()