Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_reass.c963 tp->t_flags |= TF_WAKESOR; in tcp_reass()
1112 tp->t_flags |= TF_WAKESOR; in tcp_reass()
H A Dtcp_input.c1486 if (tp->t_flags & TF_WAKESOR) { in tcp_handle_wakeup()
1487 tp->t_flags &= ~TF_WAKESOR; in tcp_handle_wakeup()
1933 tp->t_flags |= TF_WAKESOR; in tcp_do_segment()
3148 tp->t_flags |= TF_WAKESOR; in tcp_do_segment()
3216 tp->t_flags &= ~TF_WAKESOR; in tcp_do_segment()
H A Dtcp_var.h385 #define TF_WAKESOR 0x00004000 /* wake up receive socket */ macro
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h385 #define TF_WAKESOR 0x00004000 /* wake up receive socket */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8674 tp->t_flags |= TF_WAKESOR; in rack_process_data()
8740 tp->t_flags &= ~TF_WAKESOR; in rack_process_data()
8933 tp->t_flags |= TF_WAKESOR; in rack_do_fastnewdata()
H A Dbbr.c8362 tp->t_flags |= TF_WAKESOR; in bbr_process_data()
8423 tp->t_flags &= ~TF_WAKESOR; in bbr_process_data()
8615 tp->t_flags |= TF_WAKESOR; in bbr_do_fastnewdata()