Searched refs:psocks (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/kcm/ |
H A D | kcmproc.c | 213 list_for_each_entry(psock, &mux->psocks, psock_list) { in kcm_format_mux() 271 list_for_each_entry(psock, &mux->psocks, psock_list) { in kcm_stats_seq_show()
|
H A D | kcmsock.c | 1412 head = &mux->psocks; in kcm_attach() 1413 list_for_each_entry(tpsock, &mux->psocks, psock_list) { in kcm_attach() 1586 list_for_each_entry(psock, &mux->psocks, psock_list) { in kcm_unattach_ioctl() 1717 /* Release psocks */ in release_mux() 1719 &mux->psocks, psock_list) { in release_mux() 1943 INIT_LIST_HEAD(&mux->psocks); in kcm_create() 1985 * that all multiplexors and psocks have been destroyed. in kcm_exit_net()
|
/kernel/linux/linux-6.6/net/kcm/ |
H A D | kcmproc.c | 213 list_for_each_entry(psock, &mux->psocks, psock_list) { in kcm_format_mux() 271 list_for_each_entry(psock, &mux->psocks, psock_list) { in kcm_stats_seq_show()
|
H A D | kcmsock.c | 1290 head = &mux->psocks; in kcm_attach() 1291 list_for_each_entry(tpsock, &mux->psocks, psock_list) { in kcm_attach() 1464 list_for_each_entry(psock, &mux->psocks, psock_list) { in kcm_unattach_ioctl() 1595 /* Release psocks */ in release_mux() 1597 &mux->psocks, psock_list) { in release_mux() 1821 INIT_LIST_HEAD(&mux->psocks); in kcm_create() 1863 * that all multiplexors and psocks have been destroyed. in kcm_exit_net()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | kcm.h | 140 struct list_head psocks; /* List of all psocks on MUX */ member 150 struct list_head psocks_ready; /* List of psocks with a msg ready */ 155 struct list_head psocks_avail; /* List of available psocks */
|
/kernel/linux/linux-6.6/include/net/ |
H A D | kcm.h | 140 struct list_head psocks; /* List of all psocks on MUX */ member 150 struct list_head psocks_ready; /* List of psocks with a msg ready */ 155 struct list_head psocks_avail; /* List of available psocks */
|
Completed in 7 milliseconds