Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Duipc_usrreq.c2735 struct fileglob *tfg; in unp_gc() local
2737 tfg = *fpp; in unp_gc()
2739 if (FILEGLOB_DTYPE(tfg) == DTYPE_SOCKET) { in unp_gc()
2740 so = (struct socket *)fg_get_data(tfg); in unp_gc()