Searched refs:LLTABLE (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | if_ether.c | 477 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 D | in_var.h | 105 #define LLTABLE(ifp) \ macro
|
H A D | in.c | 1135 lltable_delete_addr(LLTABLE(ifp), LLE_IFADDR, saddr); in in_scrubprefixlle()
|