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.c138 uint16_t drop_hdrlen; in ctf_get_enet_type() local
178 drop_hdrlen = sizeof(*ip6); in ctf_get_enet_type()
189 th->th_sum = in6_cksum(m, IPPROTO_TCP, drop_hdrlen, tlen); in ctf_get_enet_type()
210 drop_hdrlen = sizeof(*ip); in ctf_get_enet_type()
227 len = drop_hdrlen + tlen; in ctf_get_enet_type()
361 uint16_t drop_hdrlen; in ctf_process_inbound_raw() local
391 drop_hdrlen = sizeof(*ip6); in ctf_process_inbound_raw()
399 drop_hdrlen = sizeof(*ip); in ctf_process_inbound_raw()
416 drop_hdrlen += off; in ctf_process_inbound_raw()
432 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.c8129 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 …]
H A Drack.c431 struct socket *so, struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen,
455 int32_t drop_hdrlen, int32_t tlen, uint8_t iptos);
527 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
532 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
536 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
540 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
544 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
548 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
552 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
556 struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen,
[all …]
/freebsd/sys/netinet/
H A Dtcp_input.c612 int drop_hdrlen; in tcp_input_with_port() local
813 drop_hdrlen = off0 + off; in tcp_input_with_port()
1131 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, in tcp_input_with_port()
1356 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, tlen, iptos); in tcp_input_with_port()
1483 int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment() argument
1909 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_segment()
2277 drop_hdrlen += todrop; /* drop from the top afterwards */ in tcp_do_segment()
3122 tcp_pulloutofband(so, th, m, drop_hdrlen); in tcp_do_segment()
3151 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_segment()