Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet6/
HDnd6.c742 lle->ln_state = newstate; in nd6_llinfo_setstate()
816 switch (ln->ln_state) { in nd6_llinfo_timer()
911 __func__, ln->ln_state); in nd6_llinfo_timer()
1240 ln->ln_state = ND6_LLINFO_NOSTATE; in nd6_alloc()
1403 child_lle->ln_state = ND6_LLINFO_REACHABLE; in nd6_try_set_entry_addr_locked()
1468 ln->ln_state == ND6_LLINFO_STALE && gc) { in nd6_free()
1508 ln->ln_state = ND6_LLINFO_INCOMPLETE; in nd6_free()
1848 nbi->state = ln->ln_state; in nd6_ioctl()
2171 if (ln->ln_state == ND6_LLINFO_STALE) { in nd6_grab_holdchain()
2328 child_lle->ln_state = ND6_LLINFO_INCOMPLETE; in nd6_get_llentry()
[all …]
HDnd6.h62 #define ND6_IS_LLINFO_PROBREACH(n) ((n)->ln_state > ND6_LLINFO_INCOMPLETE)
63 #define ND6_LLINFO_PERMANENT(n) (((n)->la_expire == 0) && ((n)->ln_state > ND6_LLINFO_INCOMPLETE))
HDnd6_nbr.c804 if (ln->ln_state == ND6_LLINFO_INCOMPLETE) { in nd6_na_input()
875 if (ln->ln_state == ND6_LLINFO_REACHABLE) in nd6_na_input()
HDin6.c2422 lle->ln_state = ND6_LLINFO_REACHABLE; in in6_lltable_alloc()
2541 ndpc.rtm.rtm_rmx.rmx_state = lle->ln_state; in in6_lltable_dump_entry()
/freebsd-14-stable/sys/net/
HDif_llatbl.h73 int16_t ln_state; /* IPv6 has ND6_LLINFO_NOSTATE == -2 */ member
HDif_llatbl.c1091 db_printf(" ln_state=%d\n", lle->ln_state); in llatbl_lle_show()
/freebsd-14-stable/sys/netinet/
HDif_ether.c235 switch (lle->ln_state) { in arptimer()
244 lle->ln_state = ARP_LLINFO_VERIFY; in arptimer()
1264 la->ln_state = ARP_LLINFO_REACHABLE; in arp_mark_lle_reachable()
/freebsd-14-stable/sys/netlink/route/
HDneigh.c74 int state = lle->ln_state; in lle_state_to_nl_state()