| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 262 uint16_t drop_hdrlen; in ctf_process_inbound_raw() local 309 drop_hdrlen = sizeof(*ip6); in ctf_process_inbound_raw() 318 th->th_sum = in6_cksum(m, IPPROTO_TCP, drop_hdrlen, tlen); in ctf_process_inbound_raw() 354 drop_hdrlen = sizeof(*ip); in ctf_process_inbound_raw() 372 len = drop_hdrlen + tlen; in ctf_process_inbound_raw() 405 drop_hdrlen += off; in ctf_process_inbound_raw() 424 retval = (*tp->t_fb->tfb_do_segment_nounlock)(m, th, so, tp, drop_hdrlen, tlen, in ctf_process_inbound_raw() 512 …phdr *th, struct tcpcb *tp, int32_t * tlenp, int32_t * thf, int32_t * drop_hdrlen, int32_t * ret_… in ctf_drop_checks() argument 566 *drop_hdrlen += todrop; /* drop from the top afterwards */ in ctf_drop_checks()
|
| H A D | rack_bbr_common.h | 103 int32_t * drop_hdrlen, int32_t * ret_val);
|
| H A D | rack.c | 8529 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in rack_process_data() argument 8621 m_adj(m, drop_hdrlen); /* delayed header drop */ in rack_process_data() 8925 m_adj(m, drop_hdrlen); /* delayed header drop */ in rack_do_fastnewdata() 9357 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen, in rack_do_syn_sent() 9557 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen, in rack_do_syn_recv() 9594 if (rack_fastack(m, th, so, tp, to, drop_hdrlen, tlen, in rack_do_established() 9686 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen, in rack_do_established() 9781 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen, in rack_do_close_wait() 9932 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen, in rack_do_fin_wait_1() 11092 tp, &to, drop_hdrlen, in rack_do_segment_nounlock() [all …]
|
| H A D | bbr.c | 8209 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in bbr_process_data() argument 8301 m_adj(m, drop_hdrlen); /* delayed header drop */ in bbr_process_data() 8606 m_adj(m, drop_hdrlen); /* delayed header drop */ in bbr_do_fastnewdata() 9037 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_syn_sent() 9248 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_syn_recv() 9293 if (bbr_fastack(m, th, so, tp, to, drop_hdrlen, tlen, in bbr_do_established() 9383 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_established() 9478 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_close_wait() 9630 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_fin_wait_1() 11645 tp, &to, drop_hdrlen, in bbr_do_segment_nounlock() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 629 int drop_hdrlen; in tcp_input() local 813 drop_hdrlen = off0 + off; in tcp_input() 1147 tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, in tcp_input() 1382 tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, iptos); in tcp_input() 1500 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment() argument 1929 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_segment() 2309 drop_hdrlen += todrop; /* drop from the top afterwards */ in tcp_do_segment() 3079 tcp_pulloutofband(so, th, m, drop_hdrlen); in tcp_do_segment() 3108 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_segment()
|