H A D | bbr.c | 8136 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in bbr_process_data() argument 8227 m_adj(m, drop_hdrlen); /* delayed header drop */ in bbr_process_data() 8425 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fastnewdata() argument 8523 m_adj(m, drop_hdrlen); /* delayed header drop */ in bbr_do_fastnewdata() 8560 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_fastack() argument 8739 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_sent() argument 8939 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_syn_sent() 8950 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_recv() argument 9016 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) { in bbr_do_syn_recv() 9050 return (bbr_process_data(m, th, so, tp, drop_hdrlen, tlen, in bbr_do_syn_recv() [all …]
|