Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c178 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, in tcp_do_fastack() argument
348 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, in tcp_do_fastnewdata() argument
474 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_fastnewdata()
505 struct tcpcb *tp, struct tcpopt *to, int drop_hdrlen, int tlen, in tcp_do_slowpath() argument
864 drop_hdrlen += todrop; /* drop from the top afterwards */ in tcp_do_slowpath()
1502 tcp_pulloutofband(so, th, m, drop_hdrlen); in tcp_do_slowpath()
1527 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_slowpath()
1760 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos, in tcp_do_segment_fastslow() argument
1959 tcp_do_fastack(m, th, so, tp, &to, drop_hdrlen, tlen, in tcp_do_segment_fastslow()
1965 tcp_do_fastnewdata(m, th, so, tp, &to, drop_hdrlen, tlen, in tcp_do_segment_fastslow()
[all …]
/NextBSD/sys/netinet/
HDtcp_input.c575 int drop_hdrlen; in tcp_input() local
769 drop_hdrlen = off0 + off; in tcp_input()
1168 tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, in tcp_input()
1419 tp->t_fb->tfb_tcp_do_segment(m, th, so, tp, drop_hdrlen, tlen, iptos, ti_locked); in tcp_input()
1476 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos, in tcp_do_segment() argument
1897 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()
2969 tcp_pulloutofband(so, th, m, drop_hdrlen); in tcp_do_segment()
2996 m_adj(m, drop_hdrlen); /* delayed header drop */ in tcp_do_segment()