Home
last modified time | relevance | path

Searched refs:drop_hdrlen (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c140 uint16_t drop_hdrlen; in ctf_get_enet_type() local
180 drop_hdrlen = sizeof(*ip6); in ctf_get_enet_type()
191 th->th_sum = in6_cksum(m, IPPROTO_TCP, drop_hdrlen, tlen); in ctf_get_enet_type()
212 drop_hdrlen = sizeof(*ip); in ctf_get_enet_type()
229 len = drop_hdrlen + tlen; in ctf_get_enet_type()
363 uint16_t drop_hdrlen; in ctf_process_inbound_raw() local
393 drop_hdrlen = sizeof(*ip6); in ctf_process_inbound_raw()
401 drop_hdrlen = sizeof(*ip); in ctf_process_inbound_raw()
418 drop_hdrlen += off; in ctf_process_inbound_raw()
434 drop_hdrlen = 0; in ctf_process_inbound_raw()
[all …]
H A Drack_bbr_common.h94 int32_t *thf, int32_t *drop_hdrlen, int32_t *ret_val);
H A Dbbr.c8136 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 …]
H A Drack.c450 struct socket *so, struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen,
474 int32_t drop_hdrlen, int32_t tlen, uint8_t iptos);
546 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
551 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
555 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
559 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
563 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
567 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
571 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
575 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
[all …]
/freebsd/sys/netinet/
H A Dtcp_input.c628 int drop_hdrlen; in tcp_input_with_port() local
817 drop_hdrlen = off0 + off; in tcp_input_with_port()
1165 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, in tcp_input_with_port()
1393 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, tlen, iptos); in tcp_input_with_port()
1520 int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment() argument
1949 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_segment()
2321 drop_hdrlen += todrop; /* drop from the top afterwards */ in tcp_do_segment()
3198 tcp_pulloutofband(so, th, m, drop_hdrlen); in tcp_do_segment()
3227 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_segment()