Searched refs:so_event (Results 1 – 5 of 5) sorted by relevance
1443 sock->so_event = ecallback; in sock_catchevents_locked()1447 sock->so_event = sonullevent; in sock_catchevents_locked()
2651 if (so->so_event != NULL) { in soevupcall()2656 so->so_event(so, so_eventarg, hint); in soevupcall()
1184 so->so_event = sonullevent; in sofreelastref()1222 so->so_event = sonullevent; in sofreelastref()1238 so->so_event = sonullevent; in sofreelastref()
8371 so->so_event = sonullevent; in event_sofreelastref()
219 void (*so_event)(struct socket *, void *, uint32_t); member