Searched refs:lltable_alloc_entry (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/net/ |
| H A D | if_llatbl.c | 469 la = lltable_alloc_entry(lt, 0, (struct sockaddr *)dst); in llentry_alloc() 670 lltable_alloc_entry(struct lltable *llt, u_int flags, in lltable_alloc_entry() function 767 lle = lltable_alloc_entry(llt, laflags, dst); in lla_rt_output()
|
| H A D | if_llatbl.h | 232 struct llentry *lltable_alloc_entry(struct lltable *llt, u_int flags,
|
| /freebsd-12.1/sys/netinet/ |
| H A D | if_ether.c | 467 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in arpresolve_full() 971 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in in_arpinput() 1280 lle = lltable_alloc_entry(LLTABLE(ifp), LLE_IFADDR | LLE_STATIC, dst); in arp_add_ifa_lle()
|
| /freebsd-12.1/sys/netinet6/ |
| H A D | nd6.c | 1229 ln = lltable_alloc_entry(LLTABLE6(ifp), 0, (struct sockaddr *)&sin6); in nd6_alloc() 2557 ln = lltable_alloc_entry(LLTABLE6(ifp), LLE_IFADDR, dst); in nd6_add_ifa_lle()
|