• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/

Lines Matching refs:tcphdr

153 		if (len >= TCP_MSS_DEFAULT + sizeof(struct tcphdr) ||
159 (len >= TCP_MIN_MSS + sizeof(struct tcphdr) &&
237 static inline void TCP_ECN_rcv_synack(struct tcp_sock *tp, struct tcphdr *th)
243 static inline void TCP_ECN_rcv_syn(struct tcp_sock *tp, struct tcphdr *th)
249 static inline int TCP_ECN_rcv_ecn_echo(struct tcp_sock *tp, struct tcphdr *th)
3750 struct tcphdr *th = tcp_hdr(skb);
3751 int length = (th->doff * 4) - sizeof(struct tcphdr);
3864 static int tcp_parse_aligned_timestamp(struct tcp_sock *tp, struct tcphdr *th)
3883 static int tcp_fast_parse_options(struct sk_buff *skb, struct tcphdr *th,
3905 u8 *tcp_parse_md5sig_option(struct tcphdr *th)
3980 struct tcphdr *th = tcp_hdr(skb);
4064 static void tcp_fin(struct sk_buff *skb, struct sock *sk, struct tcphdr *th)
4363 struct tcphdr *th = tcp_hdr(skb);
4956 static void tcp_check_urg(struct sock *sk, struct tcphdr *th)
5022 static void tcp_urg(struct sock *sk, struct sk_buff *skb, struct tcphdr *th)
5143 struct tcphdr *th, int syn_inerr)
5226 struct tcphdr *th, unsigned len)
5268 if (tcp_header_len == sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) {
5292 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
5332 (sizeof(struct tcphdr) +
5355 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED) &&
5437 struct tcphdr *th, unsigned len)
5524 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
5528 tp->tcp_header_len = sizeof(struct tcphdr);
5654 sizeof(struct tcphdr) + TCPOLEN_TSTAMP_ALIGNED;
5656 tp->tcp_header_len = sizeof(struct tcphdr);
5701 struct tcphdr *th, unsigned len)