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

/xnu-2782.1.97/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.c1254 if (rxtime > 0 && (to->to_flags & TOF_TS)
1368 if ((to->to_flags & TOF_TS) && to->to_tsecr != 0
1688 to.to_flags |= TOF_TS;
2366 if (to.to_flags & TOF_TS) {
2371 if (to.to_flags & TOF_MSS)
2374 if (!(to.to_flags & TOF_SACK))
2394 ((to.to_flags & TOF_TS) == 0 ||
2467 ((to.to_flags & TOF_TS) == 0 ||
2479 if ((to.to_flags & TOF_TS) != 0 &&
2797 if (!(to.to_flags
[all...]
H A Dtcp_var.h586 u_int32_t to_flags; /* which options are present */ member in struct:tcpopt
H A Dmptcp_opt.c1866 to->to_flags |= TOF_MPTCP;

Completed in 43 milliseconds