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

Function in_losing

freebsd/netinet/in_pcb.c:2920–2926  ·  view source on GitHub ↗

* Check for alternatives when higher level complains * about service problems. For now, invalidate cached * routing information. If the route was created dynamically * (by a redirect), time to try a default gateway again. */

Source from the content-addressed store, hash-verified

2918 * (by a redirect), time to try a default gateway again.
2919 */
2920void
2921in_losing(struct inpcb *inp)
2922{
2923
2924 RO_INVALIDATE_CACHE(&inp->inp_route);
2925 return;
2926}
2927
2928/*
2929 * A set label operation has occurred at the socket layer, propagate the

Callers 3

tcp_timer_rexmtFunction · 0.85
rack_timeout_rxtFunction · 0.85
bbr_timeout_rxtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected