Searched refs:TF_LAST_IS_PSH (Results 1 – 3 of 3) sorted by relevance
810 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_reass()812 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_reass()3440 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_input()3442 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_input()5856 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_input()5858 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_input()
641 #define TF_LAST_IS_PSH 0x10 /* Indicates whether the last packet in the rcv soc… macro
1706 (tp->t_flagsext & TF_LAST_IS_PSH)) { in tcp_output()