Lines Matching refs:tcphdr
355 tcp_ecn_make_synack(const struct request_sock *req, struct tcphdr *th)
365 struct tcphdr *th, int tcp_header_len)
1249 struct tcphdr *th;
1298 tcp_header_size = tcp_options_size + sizeof(struct tcphdr);
1328 th = (struct tcphdr *)skb->data;
1701 It is MMS_S - sizeof(tcphdr) of rfc1122
1703 mss_now = pmtu - icsk->icsk_af_ops->net_header_len - sizeof(struct tcphdr);
1731 (tcp_sk(sk)->tcp_header_len - sizeof(struct tcphdr));
1766 icsk->icsk_mtup.search_high = tp->rx_opt.mss_clamp + sizeof(struct tcphdr) +
1840 sizeof(struct tcphdr);
2292 sizeof(struct tcphdr) +
3557 struct tcphdr *th;
3617 th = (struct tcphdr *)skb->data;
3618 memset(th, 0, sizeof(struct tcphdr));
3684 tp->tcp_header_len = sizeof(struct tcphdr);
3718 tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0),