Searched refs:TCPOLEN_TSTAMP_ALIGNED (Results 1 – 10 of 10) sorted by relevance
463 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0), in tcp_openreq_init_rwin()622 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_create_openreq_child()
4703 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) { in tcp_fast_parse_options()6572 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) { in tcp_rcv_established()6598 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()6641 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()6975 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()6976 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()7064 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()7275 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()
997 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_syn_options()1108 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_synack_options()1172 size += TCPOLEN_TSTAMP_ALIGNED; in tcp_established_options()4117 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_connect_init()
1389 syn_tcp_option_space -= TCPOLEN_TSTAMP_ALIGNED; in tcp_ao_parse_crypto()
959 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()
106 size += TCPOLEN_TSTAMP_ALIGNED; in synproxy_options_size()
408 if (length == TCPOLEN_TSTAMP_ALIGNED in tcp_sack()
839 tot_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v6_send_response()
244 #define TCPOLEN_TSTAMP_ALIGNED 12 macro