Home
last modified time | relevance | path

Searched refs:TCPOLEN_TSTAMP_ALIGNED (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_minisocks.c382 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0), in tcp_openreq_init_rwin()
542 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_create_openreq_child()
Dtcp_input.c3930 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) { in tcp_fast_parse_options()
5526 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) { in tcp_rcv_established()
5550 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
5585 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
5844 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
5845 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
5926 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
6112 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()
Dtcp_output.c626 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_syn_options()
697 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_synack_options()
750 size += TCPOLEN_TSTAMP_ALIGNED; in tcp_established_options()
3289 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_connect_init()
Dtcp_ipv4.c803 __be32 opt[(TCPOLEN_TSTAMP_ALIGNED >> 2) in tcp_v4_send_ack()
824 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
/Linux-v4.19/net/netfilter/
Dnf_synproxy_core.c102 size += TCPOLEN_TSTAMP_ALIGNED; in synproxy_options_size()
Dnf_conntrack_proto_tcp.c422 if (length == TCPOLEN_TSTAMP_ALIGNED in tcp_sack()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c123 tp->tcp_header_len += TCPOLEN_TSTAMP_ALIGNED; in assign_rxopt()
124 tp->rx_opt.mss_clamp -= TCPOLEN_TSTAMP_ALIGNED; in assign_rxopt()
/Linux-v4.19/include/net/
Dtcp.h208 #define TCPOLEN_TSTAMP_ALIGNED 12 macro
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c809 tot_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v6_send_response()