MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tcp_hpts_remove_locked_output

Function tcp_hpts_remove_locked_output

freebsd/netinet/tcp_hpts.c:603–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603static void
604tcp_hpts_remove_locked_output(struct tcp_hpts_entry *hpts, struct inpcb *inp, int32_t flags, int32_t line)
605{
606 if (inp->inp_in_hpts) {
607 hpts_sane_pace_remove(hpts, inp, &hpts->p_hptss[inp->inp_hptsslot], 1);
608 tcp_remove_hpts_ref(inp, hpts, line);
609 }
610}
611
612static void
613tcp_hpts_remove_locked_input(struct tcp_hpts_entry *hpts, struct inpcb *inp, int32_t flags, int32_t line)

Callers 1

__tcp_hpts_removeFunction · 0.85

Calls 2

hpts_sane_pace_removeFunction · 0.85
tcp_remove_hpts_refFunction · 0.85

Tested by

no test coverage detected