Home
last modified time | relevance | path

Searched refs:LLTABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dif_ether.c477 la = lla_lookup(LLTABLE(ifp), LLE_EXCLUSIVE, dst); in arpresolve_full()
479 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in arpresolve_full()
493 la_tmp = lla_lookup(LLTABLE(ifp), LLE_EXCLUSIVE, dst); in arpresolve_full()
496 lltable_link_entry(LLTABLE(ifp), la); in arpresolve_full()
499 lltable_free_entry(LLTABLE(ifp), la); in arpresolve_full()
624 la = lla_lookup(LLTABLE(ifp), plle ? LLE_EXCLUSIVE : LLE_UNLOCKED, dst); in arpresolve()
937 la = lla_lookup(LLTABLE(ifp), LLE_EXCLUSIVE, dst); in in_arpinput()
951 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in in_arpinput()
966 la_tmp = lla_lookup(LLTABLE(ifp), LLE_EXCLUSIVE, dst); in in_arpinput()
985 lltable_link_entry(LLTABLE(ifp), la); in in_arpinput()
[all …]
H A Din_var.h105 #define LLTABLE(ifp) \ macro
H A Din.c1135 lltable_delete_addr(LLTABLE(ifp), LLE_IFADDR, saddr); in in_scrubprefixlle()