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

Function tcp_hpts_remove_locked_input

freebsd/netinet/tcp_hpts.c:612–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612static void
613tcp_hpts_remove_locked_input(struct tcp_hpts_entry *hpts, struct inpcb *inp, int32_t flags, int32_t line)
614{
615 HPTS_MTX_ASSERT(hpts);
616 if (inp->inp_in_input) {
617 hpts_sane_input_remove(hpts, inp, 1);
618 tcp_remove_hpts_ref(inp, hpts, line);
619 }
620}
621
622/*
623 * Called normally with the INP_LOCKED but it

Callers 1

__tcp_hpts_removeFunction · 0.85

Calls 2

hpts_sane_input_removeFunction · 0.85
tcp_remove_hpts_refFunction · 0.85

Tested by

no test coverage detected