Searched refs:should_wake (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_lro_hpts.c | 246 struct mbuf **mv_to, bool *should_wake, bool bpf_req, bool lagg_bpf_req, in do_bpf_strip_and_compress() argument 372 *should_wake = true; in do_bpf_strip_and_compress() 373 } else if (*should_wake == false) { in do_bpf_strip_and_compress() 375 *should_wake = tcp_lro_check_wake_status(tp); in do_bpf_strip_and_compress() 510 bool bpf_req, lagg_bpf_req, should_wake, can_append_old_cmp; in _tcp_lro_flush_tcphpts() local 576 should_wake = false; in _tcp_lro_flush_tcphpts() 578 should_wake = true; in _tcp_lro_flush_tcphpts() 599 &should_wake, bpf_req, lagg_bpf_req, lagg_ifp, in _tcp_lro_flush_tcphpts() 634 if (should_wake) { in _tcp_lro_flush_tcphpts()
|