Searched refs:is_router (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/usb/
H A Dcdc_mbim.c315 bool is_router; local
342 is_router = !!READ_ONCE(in6_dev->cnf.forwarding);
347 is_router /* router */,
/linux-master/net/ipv6/
H A Dndisc.c801 int is_router = -1; local
909 (is_router = pndisc_is_router(&msg->target, dev)) >= 0)) {
932 if (is_router < 0)
933 is_router = READ_ONCE(idev->cnf.forwarding);
937 !!is_router, false, (ifp != NULL), true);
958 ndisc_send_na(dev, saddr, &msg->target, !!is_router,
/linux-master/net/bridge/
H A Dbr_multicast.c4628 bool is_router; local
4631 is_router = br_multicast_is_router(&br->multicast_ctx, NULL);
4633 return is_router;

Completed in 175 milliseconds