• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/netinet/tcp_stacks/

Lines Matching refs:tcphdr

2245 bbr_log_ack_event(struct tcp_bbr *bbr, struct tcphdr *th, struct tcpopt *to, uint32_t tlen,
3513 seg_oh = (bbr->rc_last_options + sizeof(struct tcphdr));
3609 bbr_ack_received(struct tcpcb *tp, struct tcp_bbr *bbr, struct tcphdr *th, uint32_t bytes_this_ack,
3932 bbr_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type, struct bbr_sendmap *rsm)
7338 bbr_log_ack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th,
7736 bbr_process_ack(struct mbuf *m, struct tcphdr *th, struct socket *so,
8156 bbr_process_data(struct mbuf *m, struct tcphdr *th, struct socket *so,
8448 bbr_do_fastnewdata(struct mbuf *m, struct tcphdr *th, struct socket *so,
8464 struct tcphdr tcp_savetcp;
8598 bbr_fastack(struct mbuf *m, struct tcphdr *th, struct socket *so,
8611 struct tcphdr tcp_savetcp;
8793 bbr_do_syn_sent(struct mbuf *m, struct tcphdr *th, struct socket *so,
9003 bbr_do_syn_recv(struct mbuf *m, struct tcphdr *th, struct socket *so,
9171 (void)tcp_reass(tp, (struct tcphdr *)0, NULL, 0,
9220 bbr_do_established(struct mbuf *m, struct tcphdr *th, struct socket *so,
9355 bbr_do_close_wait(struct mbuf *m, struct tcphdr *th, struct socket *so,
9446 struct tcpcb *tp, int32_t * tlen, struct tcphdr *th, struct socket *so)
9475 bbr_do_fin_wait_1(struct mbuf *m, struct tcphdr *th, struct socket *so,
9602 bbr_do_closing(struct mbuf *m, struct tcphdr *th, struct socket *so,
9715 bbr_do_lastack(struct mbuf *m, struct tcphdr *th, struct socket *so,
9828 bbr_do_fin_wait_2(struct mbuf *m, struct tcphdr *th, struct socket *so,
11359 bbr_do_segment_nounlock(struct mbuf *m, struct tcphdr *th, struct socket *so,
11431 (th->th_off << 2) - sizeof(struct tcphdr),
11708 bbr_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so,
11938 struct tcphdr *th;
12941 hdrlen = sizeof(struct ip6_hdr) + sizeof(struct tcphdr);
13141 panic("tcphdr too big");
13376 th = (struct tcphdr *)(udp + 1);
13378 th = (struct tcphdr *)(ip6 + 1);
13394 th = (struct tcphdr *)(udp + 1);
13396 th = (struct tcphdr *)(ip + 1);
13462 th->th_off = (sizeof(struct tcphdr) + optlen) >> 2;
13547 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum);
13548 th->th_sum = in6_cksum_pseudo(ip6, sizeof(struct tcphdr) +
13567 m->m_pkthdr.csum_data = offsetof(struct tcphdr, th_sum);
13569 ip->ip_dst.s_addr, htons(sizeof(struct tcphdr) +