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

/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/include/net/
H A Dtcp.h222 #define TCPOLEN_TSTAMP_ALIGNED 12 macro
/linux-master/net/ipv4/
H A Dtcp_ao.c1336 * (MAX_TCP_OPTION_SPACE - TCPOLEN_TSTAMP_ALIGNED
1360 syn_tcp_option_space -= TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_input.c4275 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) {
6048 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) {
6072 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
6108 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
6435 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
6436 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
6524 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
6754 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_ipv4.c951 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED;
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_output.c848 remaining -= TCPOLEN_TSTAMP_ALIGNED;
936 remaining -= TCPOLEN_TSTAMP_ALIGNED;
993 size += TCPOLEN_TSTAMP_ALIGNED;
3846 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED;
/linux-master/net/ipv6/
H A Dtcp_ipv6.c881 tot_len += TCPOLEN_TSTAMP_ALIGNED;
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_tcp.c408 if (length == TCPOLEN_TSTAMP_ALIGNED
H A Dnf_synproxy_core.c105 size += TCPOLEN_TSTAMP_ALIGNED;

Completed in 331 milliseconds