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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c397 int tcp_header_size; local
426 tcp_header_size = tp->tcp_header_len;
434 tcp_header_size = sizeof(struct tcphdr) + TCPOLEN_MSS;
436 tcp_header_size += TCPOLEN_TSTAMP_ALIGNED;
440 tcp_header_size += TCPOLEN_WSCALE_ALIGNED;
446 tcp_header_size += TCPOLEN_SACKPERM_ALIGNED;
452 tcp_header_size += (TCPOLEN_SACK_BASE_ALIGNED +
467 tcp_header_size += TCPOLEN_MD5SIG_ALIGNED;
470 skb_push(skb, tcp_header_size);
480 *(((__be16 *)th) + 6) = htons(((tcp_header_size >>
2112 int tcp_header_size; local
[all...]

Completed in 115 milliseconds