Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsocketvar.h167 so_upcall_t *sol_upcall; /* (e) */ member
/f-stack/freebsd/sys/
H A Dsocketvar.h167 so_upcall_t *sol_upcall; /* (e) */ member
/f-stack/freebsd/kern/
H A Duipc_socket.c966 so->sol_upcall = NULL;
985 if (sol->sol_upcall != NULL)
986 (void )sol->sol_upcall(sol, sol->sol_upcallarg, M_NOWAIT);
4166 so->sol_upcall = func;