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

Function nd6_subscription_cb

freebsd/netinet6/nd6.c:1594–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592}
1593
1594void
1595nd6_subscription_cb(struct rib_head *rnh, struct rib_cmd_info *rc, void *arg)
1596{
1597
1598#ifdef ROUTE_MPATH
1599 rib_decompose_notification(rc, check_release_defrouter, NULL);
1600#else
1601 check_release_defrouter(rc, NULL);
1602#endif
1603}
1604
1605int
1606nd6_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp)

Callers

nothing calls this directly

Calls 2

check_release_defrouterFunction · 0.85

Tested by

no test coverage detected