Searched refs:TF_LAST_IS_PSH (Results 1 – 3 of 3) sorted by relevance
796 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_reass()798 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_reass()3974 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_input()3976 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_input()6052 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_input()6054 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_input()
675 #define TF_LAST_IS_PSH 0x10 /* Indicates whether the last packet in the rcv soc… macro
1918 (tp->t_flagsext & TF_LAST_IS_PSH)) { in tcp_output()