Searched refs:LLE_PUB (Results 1 – 7 of 7) sorted by relevance
114 if (lle->la_flags & LLE_PUB) in lle_flags_to_nl_flags()419 int lle_flags = (attrs.ndm_flags & NTF_PROXY) ? LLE_PUB : 0; in rtnl_handle_newneigh()
2383 if ((lle->la_flags & LLE_PUB) != 0) in in6_lltable_delete_entry()2526 if (lle->la_flags & LLE_PUB) in in6_lltable_dump_entry()2564 if ((lle->la_flags & LLE_PUB) == LLE_PUB) in in6_lltable_post_resolved()2734 return ((lle->la_flags & LLE_PUB) != 0); in in6_lle_match_pub()
402 if ((ln->la_flags & (LLE_PUB | LLE_VALID)) == (LLE_PUB | LLE_VALID)) { in nd6_proxy_fill_sdl()
217 #define LLE_PUB 0x0020 /* publish entry ??? */ macro
905 if (error == 0 && (lle->la_flags & LLE_PUB) != 0) in lltable_link_entry()1015 lle->la_flags |= LLE_PUB; in lla_rt_output()
1834 if (lle->la_flags & LLE_PUB) in in_lltable_dump_entry()1869 if ((lle->la_flags & LLE_PUB) != 0) in in_lltable_post_resolved()
1020 if ((lle != NULL) && (lle->la_flags & LLE_PUB)) { in in_arpinput()