Home
last modified time | relevance | path

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

/src/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()
350 lle->la_flags |= LLE_VALID; in lltable_set_entry_addr()
373 if ((lle->la_flags & LLE_DELETED) != 0) { in lltable_trylock()
605 if ((lle->la_flags & LLE_VALID) == 0) { in llentry_update_ifaddr()
610 if ((lle->la_flags & LLE_IFADDR) != 0) in llentry_update_ifaddr()
655 KASSERT((lle->la_flags & LLE_LINKED) == 0, ("freeing linked lle")); in llentry_free()
732 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.c302 (lle->la_flags & LLE_VALID) == 0) { in ether_output()
/src/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.c1555 if (lle->la_flags & LLE_IFADDR) { in in_lltable_match_prefix()
1569 if ((flags & LLE_STATIC) || !(lle->la_flags & LLE_STATIC)) in in_lltable_match_prefix()
1584 if ((lle->la_flags & LLE_LINKED) != 0) { in in_lltable_free_entry()
1689 if (lle->la_flags & LLE_DELETED) in in_lltable_find_dst()
1702 lle->la_flags |= LLE_DELETED; in in_lltable_delete_entry()
1737 lle->la_flags = flags; in in_lltable_alloc()
1749 lle->la_flags |= LLE_STATIC; in in_lltable_alloc()
1789 if (__predict_false((lle->la_flags & LLE_LINKED) == 0)) { in in_lltable_lookup()
1815 if ((lle->la_flags & LLE_DELETED) == LLE_DELETED) in in_lltable_dump_entry()
1834 if (lle->la_flags & LLE_PUB) in in_lltable_dump_entry()
[all …]
H A Dtoecore.c455 KASSERT(lle->la_flags & LLE_VALID, in toe_lle_event()
/src/sys/netinet6/
H A Din6.c2259 if (lle->la_flags & LLE_IFADDR) { in in6_lltable_match_prefix()
2272 if ((flags & LLE_STATIC) || !(lle->la_flags & LLE_STATIC)) in in6_lltable_match_prefix()
2286 if ((lle->la_flags & LLE_LINKED) != 0) { in in6_lltable_free_entry()
2367 if (lle->la_flags & LLE_DELETED) in in6_lltable_find_dst()
2380 lle->la_flags |= LLE_DELETED; in in6_lltable_delete_entry()
2383 if ((lle->la_flags & LLE_PUB) != 0) in in6_lltable_delete_entry()
2420 lle->la_flags = flags; in in6_lltable_alloc()
2430 lle->la_flags |= LLE_STATIC; in in6_lltable_alloc()
2433 if ((lle->la_flags & LLE_STATIC) != 0) in in6_lltable_alloc()
2474 if (__predict_false((lle->la_flags & LLE_LINKED) == 0)) { in in6_lltable_lookup()
[all …]
H A Dnd6.c185 KASSERT(lle->la_flags & LLE_VALID, in nd6_lle_event()
561 if (ln->la_flags & LLE_CHILD) in nd6_llinfo_settimer_locked()
817 if (ln->la_flags & LLE_STATIC) { in nd6_llinfo_timer()
821 if (ln->la_flags & LLE_DELETED) { in nd6_llinfo_timer()
1457 KASSERT((ln->la_flags & LLE_CHILD) == 0, ("child lle")); in nd6_free()
1466 if ((ln->la_flags & LLE_DELETED) == 0) in nd6_free()
1558 if (ln->la_flags & LLE_REDIRECT) in nd6_free()
1573 if (ln->la_flags & LLE_LINKED) { in nd6_free()
2046 if ((ln->la_flags & LLE_STATIC)) { in nd6_cache_lladdr()
2054 olladdr = (ln->la_flags & LLE_VALID) ? 1 : 0; in nd6_cache_lladdr()
[all …]
H A Dnd6_nbr.c402 if ((ln->la_flags & (LLE_PUB | LLE_VALID)) == (LLE_PUB | LLE_VALID)) { in nd6_proxy_fill_sdl()
811 if (ln->la_flags & LLE_STATIC) in nd6_na_input()
852 if (ln->la_flags & LLE_VALID) { in nd6_na_input()
H A Dicmp6.c2508 if (ln->la_flags & LLE_VALID) { in icmp6_redirect_output()
/src/sys/netlink/route/
H A Dneigh.c77 if (lle->la_flags & (LLE_STATIC | LLE_IFADDR)) in lle_state_to_nl_state()
112 if (lle->la_flags & LLE_IFADDR) in lle_flags_to_nl_flags()
114 if (lle->la_flags & LLE_PUB) in lle_flags_to_nl_flags()
116 if (lle->la_flags & LLE_STATIC) in lle_flags_to_nl_flags()
440 if ((lle_tmp->la_flags & LLE_IFADDR) == 0) { in rtnl_handle_newneigh()
/src/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()