Searched refs:so_event (Results 1 – 5 of 5) sorted by relevance
1383 sock->so_event = ecallback; in sock_catchevents_locked()1387 sock->so_event = sonullevent; in sock_catchevents_locked()
2635 if (so->so_event != NULL) { in soevupcall()2640 so->so_event(so, so_eventarg, hint); in soevupcall()
1170 so->so_event = sonullevent; in sofreelastref()1208 so->so_event = sonullevent; in sofreelastref()1224 so->so_event = sonullevent; in sofreelastref()
8121 so->so_event = sonullevent; in event_sofreelastref()
211 void (*so_event)(struct socket *, void *, long); member