Searched refs:TCPOLEN_TSTAMP_ALIGNED (Results 1 – 9 of 9) sorted by relevance
420 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0), in tcp_openreq_init_rwin()559 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_create_openreq_child()
4216 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) { in tcp_fast_parse_options()5932 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) { in tcp_rcv_established()5956 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()5992 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()6316 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()6317 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()6395 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()6615 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()
804 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_syn_options()889 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_synack_options()948 size += TCPOLEN_TSTAMP_ALIGNED; in tcp_established_options()3770 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_connect_init()
871 __be32 opt[(TCPOLEN_TSTAMP_ALIGNED >> 2) in tcp_v4_send_ack()893 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
161 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in assign_rxopt()162 tp->rx_opt.mss_clamp -= TCPOLEN_TSTAMP_ALIGNED; in assign_rxopt()
105 size += TCPOLEN_TSTAMP_ALIGNED; in synproxy_options_size()
408 if (length == TCPOLEN_TSTAMP_ALIGNED in tcp_sack()
862 tot_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v6_send_response()
213 #define TCPOLEN_TSTAMP_ALIGNED 12 macro