Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_llatbl.c206 if ((lle->la_flags & LLE_LINKED) != 0) in htable_link_entry()
220 lle->la_flags |= LLE_LINKED; in htable_link_entry()
232 if ((lle->la_flags & LLE_LINKED) == 0) in htable_unlink_entry()
241 lle->la_flags &= ~(LLE_VALID | LLE_LINKED); in htable_unlink_entry()
349 lle->la_flags |= LLE_VALID; in lltable_set_entry_addr()
374 if ((lle->la_flags & LLE_DELETED) != 0) { in lltable_acquire_wlock()
606 if ((lle->la_flags & LLE_VALID) == 0) { in llentry_update_ifaddr()
611 if ((lle->la_flags & LLE_IFADDR) != 0) in llentry_update_ifaddr()
656 KASSERT((lle->la_flags & LLE_LINKED) == 0, ("freeing linked lle")); in llentry_free()
735 if ((lle->la_flags & LLE_IFADDR) != 0 && (flags & LLE_IFADDR) == 0) { in lltable_delete_addr()
[all …]
H A Dif_llatbl.h70 uint16_t la_flags; member
H A Dif_infiniband.c374 (lle->la_flags & LLE_VALID) == 0) { in infiniband_output()
H A Dif_ethersubr.c308 (lle->la_flags & LLE_VALID) == 0) { in ether_output()
/freebsd/sys/netinet/
H A Dif_ether.c208 if (lle->la_flags & LLE_STATIC) { in arptimer()
277 if ((lle->la_flags & LLE_DELETED) == 0) { in arptimer()
280 if (lle->la_flags & LLE_VALID) in arptimer()
295 if (lle->la_flags & LLE_LINKED) { in arptimer()
508 if ((la->la_flags & LLE_VALID) && in arpresolve_full()
509 ((la->la_flags & LLE_STATIC) || la->la_expire > time_uptime)) { in arpresolve_full()
522 *pflags = la->la_flags & (LLE_VALID|LLE_IFADDR); in arpresolve_full()
1020 if ((lle != NULL) && (lle->la_flags & LLE_PUB)) { in in_arpinput()
1190 if ((la->la_flags & LLE_VALID) && in arp_check_update_lle()
1192 if (la->la_flags & LLE_STATIC) { in arp_check_update_lle()
[all …]
H A Din.c1505 if (lle->la_flags & LLE_IFADDR) { in in_lltable_match_prefix()
1519 if ((flags & LLE_STATIC) || !(lle->la_flags & LLE_STATIC)) in in_lltable_match_prefix()
1534 if ((lle->la_flags & LLE_LINKED) != 0) { in in_lltable_free_entry()
1639 if (lle->la_flags & LLE_DELETED) in in_lltable_find_dst()
1652 lle->la_flags |= LLE_DELETED; in in_lltable_delete_entry()
1687 lle->la_flags = flags; in in_lltable_alloc()
1699 lle->la_flags |= LLE_STATIC; in in_lltable_alloc()
1739 if (__predict_false((lle->la_flags & LLE_LINKED) == 0)) { in in_lltable_lookup()
1765 if ((lle->la_flags & LLE_DELETED) == LLE_DELETED) in in_lltable_dump_entry()
1784 if (lle->la_flags & LLE_PUB) in in_lltable_dump_entry()
[all …]
H A Dtoecore.c456 KASSERT(lle->la_flags & LLE_VALID, in toe_lle_event()
/freebsd/sys/netinet6/
H A Din6.c2243 if (lle->la_flags & LLE_IFADDR) { in in6_lltable_match_prefix()
2256 if ((flags & LLE_STATIC) || !(lle->la_flags & LLE_STATIC)) in in6_lltable_match_prefix()
2271 if ((lle->la_flags & LLE_LINKED) != 0) { in in6_lltable_free_entry()
2353 if (lle->la_flags & LLE_DELETED) in in6_lltable_find_dst()
2366 lle->la_flags |= LLE_DELETED; in in6_lltable_delete_entry()
2369 if ((lle->la_flags & LLE_PUB) != 0) in in6_lltable_delete_entry()
2406 lle->la_flags = flags; in in6_lltable_alloc()
2416 lle->la_flags |= LLE_STATIC; in in6_lltable_alloc()
2419 if ((lle->la_flags & LLE_STATIC) != 0) in in6_lltable_alloc()
2460 if (__predict_false((lle->la_flags & LLE_LINKED) == 0)) { in in6_lltable_lookup()
[all …]
H A Dnd6.c189 KASSERT(lle->la_flags & LLE_VALID, in nd6_lle_event()
551 if (ln->la_flags & LLE_CHILD) in nd6_llinfo_settimer_locked()
807 if (ln->la_flags & LLE_STATIC) { in nd6_llinfo_timer()
811 if (ln->la_flags & LLE_DELETED) { in nd6_llinfo_timer()
1446 KASSERT((ln->la_flags & LLE_CHILD) == 0, ("child lle")); in nd6_free()
1455 if ((ln->la_flags & LLE_DELETED) == 0) in nd6_free()
1547 if (ln->la_flags & LLE_REDIRECT) in nd6_free()
1562 if (ln->la_flags & LLE_LINKED) { in nd6_free()
2036 if ((ln->la_flags & LLE_STATIC)) { in nd6_cache_lladdr()
2044 olladdr = (ln->la_flags & LLE_VALID) ? 1 : 0; in nd6_cache_lladdr()
[all …]
H A Dnd6_nbr.c383 if ((ln->la_flags & (LLE_PUB | LLE_VALID)) == (LLE_PUB | LLE_VALID)) { in nd6_proxy_fill_sdl()
801 if (ln->la_flags & LLE_STATIC) in nd6_na_input()
842 if (ln->la_flags & LLE_VALID) { in nd6_na_input()
H A Dicmp6.c2530 if (ln->la_flags & LLE_VALID) { in icmp6_redirect_output()
/freebsd/sys/netlink/route/
H A Dneigh.c78 if (lle->la_flags & (LLE_STATIC | LLE_IFADDR)) in lle_state_to_nl_state()
113 if (lle->la_flags & LLE_IFADDR) in lle_flags_to_nl_flags()
115 if (lle->la_flags & LLE_PUB) in lle_flags_to_nl_flags()
117 if (lle->la_flags & LLE_STATIC) in lle_flags_to_nl_flags()
441 if ((lle_tmp->la_flags & LLE_IFADDR) == 0) { in rtnl_handle_newneigh()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15reg.h507 uint16_t la_flags; member
H A Dqat_hw15.c126 msg->comn_la_req.u.la_flags = cmd_flags; in qat_msg_service_cmd_populate()