Home
last modified time | relevance | path

Searched refs:ctf_do_queued_segments (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.h88 int ctf_do_queued_segments(struct tcpcb *tp, int have_pkt);
H A Drack_bbr_common.c470 ctf_do_queued_segments(struct tcpcb *tp, int have_pkt) in ctf_do_queued_segments() function
H A Dbbr.c11626 if (ctf_do_queued_segments(tp, 1)) { in bbr_do_segment()
14149 .tfb_do_queued_segments = ctf_do_queued_segments,
H A Drack.c17016 if (ctf_do_queued_segments(tp, 1)) { in rack_do_segment()
24126 .tfb_do_queued_segments = ctf_do_queued_segments,