Searched refs:lltable_alloc_entry (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_llatbl.h | 230 struct llentry *lltable_alloc_entry(struct lltable *llt, u_int flags,
|
| H A D | if_llatbl.c | 624 lltable_alloc_entry(struct lltable *llt, u_int flags, in lltable_alloc_entry() function 723 lle = lltable_alloc_entry(llt, laflags, dst); in lla_rt_output()
|
| /f-stack/freebsd/netinet/ |
| H A D | if_ether.c | 494 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in arpresolve_full() 987 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in in_arpinput() 1299 lle = lltable_alloc_entry(LLTABLE(ifp), LLE_IFADDR | LLE_STATIC, dst); in arp_add_ifa_lle()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 1224 ln = lltable_alloc_entry(LLTABLE6(ifp), 0, (struct sockaddr *)&sin6); in nd6_alloc() 2520 ln = lltable_alloc_entry(LLTABLE6(ifp), LLE_IFADDR, dst); in nd6_add_ifa_lle()
|