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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_input.c2966 th->doff == (sizeof(struct tcphdr)>>2)+(TCPOLEN_TSTAMP_ALIGNED>>2)) {
4183 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) {
4216 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
4256 TCPOLEN_TSTAMP_ALIGNED) &&
4278 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
4482 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
4483 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
4586 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
4765 tp->advmss -= TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_minisocks.c463 newtp->tcp_header_len = sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
H A Dtcp_output.c436 tcp_header_size += TCPOLEN_TSTAMP_ALIGNED;
2129 (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0) +
2164 dst_metric(dst, RTAX_ADVMSS) - (ireq->tstamp_ok ? TCPOLEN_TSTAMP_ALIGNED : 0),
2218 (sysctl_tcp_timestamps ? TCPOLEN_TSTAMP_ALIGNED : 0);
H A Dtcp_ipv4.c638 __be32 opt[(TCPOLEN_TSTAMP_ALIGNED >> 2)
661 arg.iov[0].iov_len += TCPOLEN_TSTAMP_ALIGNED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dtcp.h178 #define TCPOLEN_TSTAMP_ALIGNED 12 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c449 if (length == TCPOLEN_TSTAMP_ALIGNED*4
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c1113 tot_len += TCPOLEN_TSTAMP_ALIGNED;

Completed in 114 milliseconds