Searched refs:so_event (Results 1 – 5 of 5) sorted by relevance
1442 sock->so_event = ecallback; in sock_catchevents_locked()1446 sock->so_event = sonullevent; in sock_catchevents_locked()
2706 if (so->so_event != NULL) { in soevupcall()2711 so->so_event(so, so_eventarg, hint); in soevupcall()
1178 so->so_event = sonullevent; in sofreelastref()1216 so->so_event = sonullevent; in sofreelastref()1232 so->so_event = sonullevent; in sofreelastref()
8761 so->so_event = sonullevent;
225 void (*so_event)(struct socket *, void *, uint32_t); member