Home
last modified time | relevance | path

Searched refs:TF_WAKESOR (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_reass.c966 tp->t_flags |= TF_WAKESOR; in tcp_reass()
1113 tp->t_flags |= TF_WAKESOR; in tcp_reass()
H A Dtcp_input.c1509 if (tp->t_flags & TF_WAKESOR) { in tcp_handle_wakeup()
1512 tp->t_flags &= ~TF_WAKESOR; in tcp_handle_wakeup()
3220 tp->t_flags |= TF_WAKESOR; in tcp_do_segment()
H A Dtcp_var.h784 #define TF_WAKESOR 0x00004000 /* wake up receive socket */ macro
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8287 if (tp->t_flags & TF_WAKESOR) { in bbr_process_data()
8288 tp->t_flags &= ~TF_WAKESOR; in bbr_process_data()
9104 if (tp->t_flags & TF_WAKESOR) { in bbr_do_syn_recv()
9105 tp->t_flags &= ~TF_WAKESOR; in bbr_do_syn_recv()
H A Drack.c13066 if (tp->t_flags & TF_WAKESOR) { in rack_process_data()
13067 tp->t_flags &= ~TF_WAKESOR; in rack_process_data()
13903 if (tp->t_flags & TF_WAKESOR) { in rack_do_syn_recv()
13904 tp->t_flags &= ~TF_WAKESOR; in rack_do_syn_recv()