Searched refs:LLE_PUB (Results 1 – 7 of 7) sorted by relevance
115 if (lle->la_flags & LLE_PUB) in lle_flags_to_nl_flags()420 int lle_flags = (attrs.ndm_flags & NTF_PROXY) ? LLE_PUB : 0; in rtnl_handle_newneigh()
210 #define LLE_PUB 0x0020 /* publish entry ??? */ macro
907 if (error == 0 && (lle->la_flags & LLE_PUB) != 0) in lltable_link_entry()1017 lle->la_flags |= LLE_PUB; in lla_rt_output()
2369 if ((lle->la_flags & LLE_PUB) != 0) in in6_lltable_delete_entry()2512 if (lle->la_flags & LLE_PUB) in in6_lltable_dump_entry()2550 if ((lle->la_flags & LLE_PUB) == LLE_PUB) in in6_lltable_post_resolved()2743 return ((lle->la_flags & LLE_PUB) != 0); in in6_lle_match_pub()
383 if ((ln->la_flags & (LLE_PUB | LLE_VALID)) == (LLE_PUB | LLE_VALID)) { in nd6_proxy_fill_sdl()
1784 if (lle->la_flags & LLE_PUB) in in_lltable_dump_entry()1819 if ((lle->la_flags & LLE_PUB) != 0) in in_lltable_post_resolved()
1020 if ((lle != NULL) && (lle->la_flags & LLE_PUB)) { in in_arpinput()