Symbol: TCPOLEN_TSTAMP_ALIGNED
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
161
tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm.c
162
tp->rx_opt.mss_clamp -= TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_ao.c
1389
syn_tcp_option_space -= TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_input.c
4703
th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) {
net/ipv4/tcp_input.c
6572
if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) {
net/ipv4/tcp_input.c
6598
(sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
net/ipv4/tcp_input.c
6641
(sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
net/ipv4/tcp_input.c
6975
sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_input.c
6976
tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_input.c
7064
sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_input.c
7275
tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_ipv4.c
959
arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_minisocks.c
463
mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0),
net/ipv4/tcp_minisocks.c
622
newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_output.c
1108
remaining -= TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_output.c
1172
size += TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_output.c
4117
tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED;
net/ipv4/tcp_output.c
997
remaining -= TCPOLEN_TSTAMP_ALIGNED;
net/ipv6/tcp_ipv6.c
839
tot_len += TCPOLEN_TSTAMP_ALIGNED;
net/netfilter/nf_conntrack_proto_tcp.c
408
if (length == TCPOLEN_TSTAMP_ALIGNED
net/netfilter/nf_synproxy_core.c
106
size += TCPOLEN_TSTAMP_ALIGNED;