Searched refs:tpsock (Results 1 – 1 of 1) sorted by relevance
1223 struct kcm_psock *psock = NULL, *tpsock; in kcm_attach() local1296 list_for_each_entry(tpsock, &mux->psocks, psock_list) { in kcm_attach()1297 if (tpsock->index != index) in kcm_attach()1299 head = &tpsock->psock_list; in kcm_attach()