Searched refs:have_sent_any_pkt (Results 1 – 4 of 4) sorted by relevance
89 unsigned int have_sent_any_pkt : 1; member
286 unsigned int have_sent_any_pkt : 1; member
406 if (!port->is_server && !port->have_sent_any_pkt) in port_rx_pre()
2043 if (!ch->is_server && !ch->have_sent_any_pkt) in ch_rx()2438 ch->have_sent_any_pkt = 1; /* Packet(s) were sent */ in ch_tx()2439 ch->port->have_sent_any_pkt = 1; in ch_tx()2859 if (!ch->have_sent_any_pkt) in ch_start_terminating()
Completed in 33 milliseconds