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

Function ip_rsvp_done

freebsd/netinet/ip_input.c:1376–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374}
1375
1376int
1377ip_rsvp_done(void)
1378{
1379
1380 V_ip_rsvpd = NULL;
1381 /*
1382 * This may seem silly, but we need to be sure we don't over-decrement
1383 * the RSVP counter, in case something slips up.
1384 */
1385 if (V_ip_rsvp_on) {
1386 V_ip_rsvp_on = 0;
1387 V_rsvp_on--;
1388 }
1389 return 0;
1390}
1391
1392int
1393rsvp_input(struct mbuf **mp, int *offp, int proto)

Callers 2

rip_ctloutputFunction · 0.85
rip_detachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected