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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_output.c602 remaining -= TCPOLEN_TSTAMP_ALIGNED;
708 remaining -= TCPOLEN_TSTAMP_ALIGNED;
766 size += TCPOLEN_TSTAMP_ALIGNED;
2441 mss - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0),
2543 (sysctl_tcp_timestamps ? TCPOLEN_TSTAMP_ALIGNED : 0);
H A Dtcp_input.c3893 th->doff == ((sizeof(*th) + TCPOLEN_TSTAMP_ALIGNED) / 4)) {
5268 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) {
5292 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
5333 TCPOLEN_TSTAMP_ALIGNED) &&
5355 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
5524 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
5525 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
5654 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
5796 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_minisocks.c493 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_ipv4.c667 __be32 opt[(TCPOLEN_TSTAMP_ALIGNED >> 2)
687 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_tcp.c452 if (length == TCPOLEN_TSTAMP_ALIGNED*4
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h185 #define TCPOLEN_TSTAMP_ALIGNED 12 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c1002 tot_len += TCPOLEN_TSTAMP_ALIGNED;

Completed in 72 milliseconds