Searched refs:TF_LAST_IS_PSH (Results 1 – 3 of 3) sorted by relevance
799 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_reass()801 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_reass()3132 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_input()3134 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_input()5186 tp->t_flagsext |= TF_LAST_IS_PSH; in tcp_input()5188 tp->t_flagsext &= ~TF_LAST_IS_PSH; in tcp_input()
506 #define TF_LAST_IS_PSH 0x10 /* Indicates whether the last packet in the rcv soc… macro
1467 (tp->t_flagsext & TF_LAST_IS_PSH)) { in tcp_output()