Lines Matching defs:drop_hdrlen

453     struct socket *so, struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen,
477 int32_t drop_hdrlen, int32_t tlen, uint8_t iptos);
549 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
554 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
558 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
562 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
566 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
570 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
574 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
578 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
582 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
12242 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen,
12338 m_adj(m, drop_hdrlen); /* delayed header drop */
12539 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
12635 m_adj(m, drop_hdrlen); /* delayed header drop */
12666 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
12872 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
13085 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13096 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
13163 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) {
13198 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13299 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13310 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
13337 if (rack_fastack(m, th, so, tp, to, drop_hdrlen, tlen,
13342 if (rack_do_fastnewdata(m, th, so, tp, to, drop_hdrlen, tlen,
13371 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) {
13402 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13428 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13439 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
13466 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) {
13497 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13523 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13562 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
13591 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) {
13629 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13673 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13684 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
13713 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) {
13744 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13774 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13785 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
13815 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) {
13846 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13876 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13887 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen,
13917 if (ctf_drop_checks(to, m, th, tp, &tlen, &thflags, &drop_hdrlen, &ret_val)) {
13955 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
13980 return (rack_process_data(m, th, so, tp, drop_hdrlen, tlen,
16373 int32_t drop_hdrlen, int32_t tlen, uint8_t iptos, int32_t nxt_pkt,
16834 (*tp->t_fb->tfb_tcp_do_segment)(tp, m, th, drop_hdrlen,
16878 tp, &to, drop_hdrlen,
17033 int32_t drop_hdrlen, int32_t tlen, uint8_t iptos)
17050 if (rack_do_segment_nounlock(tp, m, th, drop_hdrlen, tlen, iptos, 0,