Searched refs:read_poll (Results 1 – 6 of 6) sorted by relevance
48 bool read_poll; member 110 s->read_poll ? netmap_send : NULL, in netmap_update_fd_handler() 118 if (s->read_poll != enable) { /* Do nothing if not changed. */ in netmap_read_poll() 119 s->read_poll = enable; in netmap_read_poll() 137 if (s->read_poll != enable || s->write_poll != enable) { in netmap_poll() 139 s->read_poll = enable; in netmap_poll()
43 bool read_poll; member69 s->read_poll ? af_xdp_send : NULL, in af_xdp_update_fd_handler()77 if (s->read_poll != enable) { in af_xdp_read_poll()78 s->read_poll = enable; in af_xdp_read_poll()96 if (s->read_poll != enable || s->write_poll != enable) { in af_xdp_poll()98 s->read_poll = enable; in af_xdp_poll()
43 bool read_poll; /* waiting to receive data? */ member 56 s->read_poll ? net_dgram_send : NULL, in net_dgram_update_fd_handler() 63 s->read_poll = enable; in net_dgram_read_poll() 107 if (!s->read_poll) { in net_dgram_send_completed()
121 bool read_poll; member 141 s->read_poll ? net_l2tpv3_send : NULL, in l2tpv3_update_fd_handler() 148 if (s->read_poll != enable) { in l2tpv3_read_poll() 149 s->read_poll = enable; in l2tpv3_read_poll()
44 bool read_poll; /* waiting to receive data? */ member 54 s->read_poll ? s->send_fn : NULL, in net_socket_update_fd_handler() 61 s->read_poll = enable; in net_socket_read_poll() 139 if (!s->read_poll) { in net_socket_send_completed()
76 bool read_poll;97 s->read_poll && s->enabled ? tap_send : NULL, in tap_update_fd_handler() 104 s->read_poll = enable;74 bool read_poll; global() member