Searched refs:to_flags (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_lro.c271 if (topt->to_flags & TOF_TS) {
297 if ((topt) && (topt->to_flags & TOF_TS)) {
465 to.to_flags |= TOF_TS;
475 to.to_flags = to.to_tsecr = 0;
487 (to.to_flags & TOF_TS))) {
519 (tcpflags == 0) && (ecn != IPTOS_ECN_CE) && (to.to_flags & TOF_TS)) {
522 (to.to_flags & TOF_TS) ? (u_int32_t *)(void *)(optp + 4) : NULL,
523 (to.to_flags & TOF_TS) ? (u_int32_t *)(void *)(optp + 8) : NULL,
H A Dtcp_input.c1256 (to->to_flags & TOF_TS) != 0 &&
1519 to.to_flags |= TOF_TS;
2204 if (to.to_flags & TOF_TS) {
2209 if (to.to_flags & TOF_MSS)
2212 if (!(to.to_flags & TOF_SACK))
2232 ((to.to_flags & TOF_TS) == 0 ||
2305 ((to.to_flags & TOF_TS) == 0 ||
2317 if ((to.to_flags & TOF_TS) != 0 &&
2642 if (!(to.to_flags & TOF_SACK))
2722 !(to.to_flags
[all...]
H A Dtcp_var.h536 u_int32_t to_flags; /* which options are present */ member in struct:tcpopt
H A Dmptcp_opt.c1764 to->to_flags |= TOF_MPTCP;

Completed in 57 milliseconds