Searched refs:ipv6_add_addr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf.c | 1035 netdev_dbg(dev, "ipv6_add_addr: already assigned\n"); in ipv6_add_addr_hash() 1049 ipv6_add_addr(struct inet6_dev *idev, struct ifa6_config *cfg, in ipv6_add_addr() function 1413 ift = ipv6_add_addr(idev, &cfg, block, NULL); in ipv6_create_tempaddr() 2142 ifp2 = ipv6_add_addr(idev, &cfg, false, NULL); in addrconf_dad_failure() 2620 ifp = ipv6_add_addr(in6_dev, &cfg, false, NULL); in addrconf_prefix_rcv_add_addr() 2973 ifp = ipv6_add_addr(idev, cfg, true, extack); in inet6_addr_add() 3105 ifp = ipv6_add_addr(idev, &cfg, true, NULL); in add_addr() 3213 ifp = ipv6_add_addr(idev, &cfg, true, NULL); in addrconf_add_linklocal()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf.c | 1057 netdev_dbg(dev, "ipv6_add_addr: already assigned\n"); in ipv6_add_addr_hash() 1071 ipv6_add_addr(struct inet6_dev *idev, struct ifa6_config *cfg, in ipv6_add_addr() function 1445 ift = ipv6_add_addr(idev, &cfg, block, NULL); in ipv6_create_tempaddr() 2170 ifp2 = ipv6_add_addr(idev, &cfg, false, NULL); in addrconf_dad_failure() 2649 ifp = ipv6_add_addr(in6_dev, &cfg, false, NULL); in addrconf_prefix_rcv_add_addr() 3012 ifp = ipv6_add_addr(idev, cfg, true, extack); in inet6_addr_add() 3154 ifp = ipv6_add_addr(idev, &cfg, true, NULL); in add_addr() 3267 ifp = ipv6_add_addr(idev, &cfg, true, NULL); in addrconf_add_linklocal()
|
Completed in 17 milliseconds