Searched refs:psock_list (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 547 list_del(&psock->psock_list); in unreserve_psock() 1410 list_for_each_entry(tpsock, &mux->psocks, psock_list) { in kcm_attach() 1413 head = &tpsock->psock_list; in kcm_attach() 1417 list_add(&psock->psock_list, head); in kcm_attach() 1548 list_del(&psock->psock_list); in kcm_unattach() 1583 list_for_each_entry(psock, &mux->psocks, psock_list) { in kcm_unattach_ioctl() 1716 &mux->psocks, psock_list) { in release_mux()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | kcm.h | 103 struct list_head psock_list; member
|