Home
last modified time | relevance | path

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

/Linux-v4.19/net/kcm/
Dkcmsock.c1376 struct kcm_psock *psock = NULL, *tpsock; in kcm_attach() local
1450 list_for_each_entry(tpsock, &mux->psocks, psock_list) { in kcm_attach()
1451 if (tpsock->index != index) in kcm_attach()
1453 head = &tpsock->psock_list; in kcm_attach()