Lines Matching refs:group
675 route->group.s6_addr, in net_route_mcast_forward_packet()
713 route->group.s6_addr, in net_route_mcast_foreach()
728 struct in6_addr *group, in net_route_mcast_add() argument
734 (!net_ipv6_is_addr_mcast(group)) || in net_route_mcast_add()
735 (net_ipv6_is_addr_mcast_iface(group)) || in net_route_mcast_add()
736 (net_ipv6_is_addr_mcast_link(group))) { in net_route_mcast_add()
744 net_ipaddr_copy(&route->group, group); in net_route_mcast_add()
766 log_strdup(net_sprint_ipv6_addr(&route->group))); in net_route_mcast_del()
774 net_route_mcast_lookup(struct in6_addr *group) in net_route_mcast_lookup() argument
785 if (net_ipv6_is_prefix(group->s6_addr, in net_route_mcast_lookup()
786 route->group.s6_addr, in net_route_mcast_lookup()