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.c1514 if (tp->t_flags & TF_WAKESOR) { in tcp_handle_wakeup()
1517 tp->t_flags &= ~TF_WAKESOR; in tcp_handle_wakeup()
3255 tp->t_flags |= TF_WAKESOR; in tcp_do_segment()
H A Dtcp_var.h793 #define TF_WAKESOR 0x00004000 /* wake up receive socket */ macro
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8325 if (tp->t_flags & TF_WAKESOR) { in bbr_process_data()
8326 tp->t_flags &= ~TF_WAKESOR; in bbr_process_data()
9142 if (tp->t_flags & TF_WAKESOR) { in bbr_do_syn_recv()
9143 tp->t_flags &= ~TF_WAKESOR; in bbr_do_syn_recv()
H A Drack.c13107 if (tp->t_flags & TF_WAKESOR) { in rack_process_data()
13108 tp->t_flags &= ~TF_WAKESOR; in rack_process_data()
13944 if (tp->t_flags & TF_WAKESOR) { in rack_do_syn_recv()
13945 tp->t_flags &= ~TF_WAKESOR; in rack_do_syn_recv()