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()
2689 if (so->so_event != NULL) { in soevupcall()2694 so->so_event(so, so_eventarg, hint); in soevupcall()
1018 so->so_event = sonullevent; in sofreelastref()1056 so->so_event = sonullevent; in sofreelastref()1072 so->so_event = sonullevent; in sofreelastref()
8762 so->so_event = sonullevent;
219 void (*so_event)(struct socket *, void *, uint32_t); member