Lines Matching refs:to_flags
729 to.to_flags = 0; in tcp_output()
735 to.to_flags |= TOF_MSS; in tcp_output()
750 to.to_flags |= TOF_FASTOPEN; in tcp_output()
757 to.to_flags |= TOF_FASTOPEN; in tcp_output()
773 to.to_flags |= TOF_SCALE; in tcp_output()
780 to.to_flags |= TOF_TS; in tcp_output()
791 to.to_flags |= TOF_SACKPERM; in tcp_output()
795 to.to_flags |= TOF_SACK; in tcp_output()
813 !(to.to_flags & TOF_FASTOPEN)) in tcp_output()
1439 if ((to->to_flags & mask) != mask) in tcp_addoptions()
1443 switch (to->to_flags & mask) { in tcp_addoptions()
1553 to->to_flags &= ~TOF_FASTOPEN; in tcp_addoptions()