Searched refs:SO_POLLEV_IN (Results 1 – 3 of 3) sorted by relevance
205 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) { in so_notify_data()206 so->so_pollev &= ~SO_POLLEV_IN; in so_notify_data()233 so->so_pollev &= ~SO_POLLEV_IN; in so_notify_error()272 so->so_pollev &= ~SO_POLLEV_IN; in so_notify_oobdata()328 if (so->so_pollev & (SO_POLLEV_IN|SO_POLLEV_ALWAYS)) { in so_notify_newconn()329 so->so_pollev &= ~SO_POLLEV_IN; in so_notify_newconn()378 so->so_pollev &= ~SO_POLLEV_IN; in i_so_notify_last_rx()
1001 so->so_pollev |= SO_POLLEV_IN; in so_poll()
348 #define SO_POLLEV_IN 0x1 /* POLLIN wakeup needed */ macro