Searched refs:TCPOLEN_TSTAMP_ALIGNED (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_minisocks.c441 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0),
584 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_input.c4278 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) {
6055 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) {
6079 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
6115 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
6443 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
6444 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
6532 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
6762 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_output.c852 remaining -= TCPOLEN_TSTAMP_ALIGNED;
940 remaining -= TCPOLEN_TSTAMP_ALIGNED;
997 size += TCPOLEN_TSTAMP_ALIGNED;
3885 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_ao.c1336 * (MAX_TCP_OPTION_SPACE - TCPOLEN_TSTAMP_ALIGNED
1360 syn_tcp_option_space -= TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_ipv4.c952 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED;
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c161 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED;
162 tp->rx_opt.mss_clamp -= TCPOLEN_TSTAMP_ALIGNED;
/linux-master/net/netfilter/
H A Dnf_synproxy_core.c105 size += TCPOLEN_TSTAMP_ALIGNED;
H A Dnf_conntrack_proto_tcp.c408 if (length == TCPOLEN_TSTAMP_ALIGNED
/linux-master/net/ipv6/
H A Dtcp_ipv6.c883 tot_len += TCPOLEN_TSTAMP_ALIGNED;
/linux-master/include/net/
H A Dtcp.h224 #define TCPOLEN_TSTAMP_ALIGNED 12 macro

Completed in 321 milliseconds