Lines Matching refs:tcphdr
363 tcp_ecn_make_synack(const struct request_sock *req, struct tcphdr *th)
373 struct tcphdr *th, int tcp_header_len)
454 static void mptcp_options_write(struct tcphdr *th, __be32 *ptr,
616 static void tcp_options_write(struct tcphdr *th, struct tcp_sock *tp,
1254 struct tcphdr *th;
1301 tcp_header_size = tcp_options_size + sizeof(struct tcphdr);
1337 th = (struct tcphdr *)skb->data;
1702 It is MMS_S - sizeof(tcphdr) of rfc1122
1704 mss_now = pmtu - icsk->icsk_af_ops->net_header_len - sizeof(struct tcphdr);
1732 (tcp_sk(sk)->tcp_header_len - sizeof(struct tcphdr));
1767 icsk->icsk_mtup.search_high = tp->rx_opt.mss_clamp + sizeof(struct tcphdr) +
1841 sizeof(struct tcphdr);
2297 sizeof(struct tcphdr) +
3646 struct tcphdr *th;
3707 th = (struct tcphdr *)skb->data;
3708 memset(th, 0, sizeof(struct tcphdr));
3774 tp->tcp_header_len = sizeof(struct tcphdr);
3803 tp->advmss - (tp->rx_opt.ts_recent_stamp ? tp->tcp_header_len - sizeof(struct tcphdr) : 0),