Searched refs:TCPOLEN_TSTAMP_ALIGNED (Results 1 – 9 of 9) sorted by relevance
461 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0), in tcp_openreq_init_rwin()620 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_create_openreq_child()
4737 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) { in tcp_fast_parse_options()6554 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) { in tcp_rcv_established()6580 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()6623 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()6957 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()6958 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()7046 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()7258 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()
999 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_syn_options()1111 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_synack_options()1175 size += TCPOLEN_TSTAMP_ALIGNED; in tcp_established_options()4115 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_connect_init()
1421 syn_tcp_option_space -= TCPOLEN_TSTAMP_ALIGNED; in tcp_ao_parse_crypto()
936 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
957 len -= TCPOLEN_TSTAMP_ALIGNED; in mptcp_pm_add_addr_signal()
408 if (length == TCPOLEN_TSTAMP_ALIGNED && in tcp_sack()
864 tot_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v6_send_response()
242 #define TCPOLEN_TSTAMP_ALIGNED 12 macro