* 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. */
| 2918 | * (by a redirect), time to try a default gateway again. |
| 2919 | */ |
| 2920 | void |
| 2921 | in_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 |
no outgoing calls
no test coverage detected