Lines Matching refs:is_router
239 net_ipv6_nbr_data(nbr)->is_router, in nbr_print()
408 const struct in6_addr *addr, bool is_router, in nbr_init() argument
416 net_ipv6_nbr_data(nbr)->is_router = is_router; in nbr_init()
427 const struct in6_addr *addr, bool is_router, in nbr_new() argument
436 nbr_init(nbr, iface, addr, is_router, state); in nbr_new()
522 if (!data || data->is_router || in ipv6_nd_remove_old_stale_nbr()
554 bool is_router, in add_nbr() argument
564 nbr = nbr_new(iface, addr, is_router, state); in add_nbr()
574 nbr = nbr_new(iface, addr, is_router, state); in add_nbr()
585 bool is_router, in net_ipv6_nbr_add() argument
596 nbr = add_nbr(iface, addr, is_router, state); in net_ipv6_nbr_add()
635 nbr->idx, nbr, state, is_router, in net_ipv6_nbr_add()
1735 net_ipv6_nbr_data(nbr)->is_router = in handle_na_neighbor()
1783 if (net_ipv6_nbr_data(nbr)->is_router && in handle_na_neighbor()
1791 net_ipv6_nbr_data(nbr)->is_router = in handle_na_neighbor()
2713 net_ipv6_nbr_data(nbr)->is_router = true; in handle_ra_input()