Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c387 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0), in tcp_openreq_init_rwin()
523 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_create_openreq_child()
Dtcp_input.c3791 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) { in tcp_fast_parse_options()
5224 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) { in tcp_rcv_established()
5248 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
5280 TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
5304 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) && in tcp_rcv_established()
5555 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
5556 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
5635 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_synsent_state_process()
5818 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED; in tcp_rcv_state_process()
Dtcp_output.c581 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_syn_options()
650 remaining -= TCPOLEN_TSTAMP_ALIGNED; in tcp_synack_options()
700 size += TCPOLEN_TSTAMP_ALIGNED; in tcp_established_options()
3060 (sysctl_tcp_timestamps ? TCPOLEN_TSTAMP_ALIGNED : 0); in tcp_connect_init()
Dtcp_ipv4.c717 __be32 opt[(TCPOLEN_TSTAMP_ALIGNED >> 2) in tcp_v4_send_ack()
736 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v4_send_ack()
/linux-4.1.27/net/netfilter/
Dnf_synproxy_core.c99 size += TCPOLEN_TSTAMP_ALIGNED; in synproxy_options_size()
Dnf_conntrack_proto_tcp.c455 if (length == TCPOLEN_TSTAMP_ALIGNED in tcp_sack()
/linux-4.1.27/include/net/
Dtcp.h202 #define TCPOLEN_TSTAMP_ALIGNED 12 macro
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c749 tot_len += TCPOLEN_TSTAMP_ALIGNED; in tcp_v6_send_response()