Home
last modified time | relevance | path

Searched refs:tpsock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/kcm/
H A Dkcmsock.c1340 struct kcm_psock *psock = NULL, *tpsock; in kcm_attach() local
1413 list_for_each_entry(tpsock, &mux->psocks, psock_list) { in kcm_attach()
1414 if (tpsock->index != index) in kcm_attach()
1416 head = &tpsock->psock_list; in kcm_attach()
/kernel/linux/linux-6.6/net/kcm/
H A Dkcmsock.c1218 struct kcm_psock *psock = NULL, *tpsock; in kcm_attach() local
1291 list_for_each_entry(tpsock, &mux->psocks, psock_list) { in kcm_attach()
1292 if (tpsock->index != index) in kcm_attach()
1294 head = &tpsock->psock_list; in kcm_attach()

Completed in 4 milliseconds