| H A D | bbr.c | 8129 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in bbr_process_data() argument 8220 m_adj(m, drop_hdrlen); /* delayed header drop */ in bbr_process_data() 8418 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fastnewdata() argument 8516 m_adj(m, drop_hdrlen); /* delayed header drop */ in bbr_do_fastnewdata() 8553 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_fastack() argument 8732 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_sent() argument 8932 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_syn_sent() 8943 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_recv() argument 9009 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) { in bbr_do_syn_recv() 9043 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_syn_recv() [all …]
|