Lines Matching +defs:all +defs:local

471 		/* Join interface-local all-node multicast group */
474 /* Join all-node multicast group */
477 /* Join all-router multicast group if forwarding is set */
512 bool all = false;
515 all = true;
517 if (all || type == NETCONFA_FORWARDING)
520 if (all || type == NETCONFA_MC_FORWARDING)
523 if (all || type == NETCONFA_PROXY_NEIGH)
526 if (all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN)
539 bool all = false;
547 all = true;
558 if ((all || type == NETCONFA_FORWARDING) &&
563 if ((all || type == NETCONFA_MC_FORWARDING) &&
568 if ((all || type == NETCONFA_PROXY_NEIGH) &&
573 if ((all || type == NETCONFA_IGNORE_ROUTES_WITH_LINKDOWN) &&
862 /* Disabling all.forwarding sets 0 to force_forwarding for all interfaces */
1633 * d - C - 1 < B -15 (for all -1 <= d <= 15).
1839 * - multicast and link-local destination address,
1844 * (- For site-local destination addresses, the
2602 /* update all temporary addresses in the list */
2886 /* Try to figure out our local address for this prefix */
3414 /* no link local addresses on L3 master devices */
3418 /* no link local addresses on devices flagged as slaves */
3449 /* will not add any link local address */
3501 * addresses... we should configure all of
3534 /* Generate the IPv6 link-local address using addrconf_addr_gen(),
3774 * Remove all addresses from this interface.
3803 /* flush all routes if dev is linked to or unlinked from
4053 * Note: we do not support deprecated "all on-link"
4215 /* DAD failed for link-local based on MAC */
4322 /* If added prefix is link local and we are prepared to process
4554 * checking if the segments contains any of a local interface address.
4744 static struct in6_addr *extract_addr(struct nlattr *addr, struct nlattr *local,
4754 if (local) {
4755 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx)))
4757 pfx = nla_data(local);
7328 if (!strcmp(dev_name, "all"))
7392 struct ipv6_devconf *all, *dflt;
7402 all = kmemdup(&ipv6_devconf, sizeof(ipv6_devconf), GFP_KERNEL);
7403 if (!all)
7413 memcpy(all, init_net.ipv6.devconf_all,
7419 memcpy(all, current->nsproxy->net_ns->ipv6.devconf_all,
7432 /* these will be inherited by all namespaces */
7437 all->stable_secret.initialized = false;
7439 net->ipv6.devconf_all = all;
7443 err = __addrconf_sysctl_register(net, "all", NULL, all);
7455 __addrconf_sysctl_unregister(net, all, NETCONFA_IFINDEX_ALL);
7461 kfree(all);