Home
last modified time | relevance | path

Searched refs:send_na (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Daddrconf.c171 bool send_na);
4082 bool send_na = false; in addrconf_dad_begin() local
4086 send_na = true; in addrconf_dad_begin()
4092 addrconf_dad_completed(ifp, bump_id, send_na); in addrconf_dad_begin()
4221 bool send_na = false; in addrconf_dad_work() local
4229 send_na = true; in addrconf_dad_work()
4235 addrconf_dad_completed(ifp, bump_id, send_na); in addrconf_dad_work()
4275 bool send_na) in addrconf_dad_completed() argument
4310 if (send_na && in addrconf_dad_completed()