Searched refs:lltable_alloc_entry (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/net/ |
| H A D | if_llatbl.h | 251 struct llentry *lltable_alloc_entry(struct lltable *llt, u_int flags,
|
| H A D | if_llatbl.c | 888 lltable_alloc_entry(struct lltable *llt, u_int flags, in lltable_alloc_entry() function 1004 lle = lltable_alloc_entry(llt, laflags, dst); in lla_rt_output()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | if_ether.c | 480 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in arpresolve_full() 952 la = lltable_alloc_entry(LLTABLE(ifp), 0, dst); in in_arpinput() 1298 lle = lltable_alloc_entry(LLTABLE(ifp), LLE_IFADDR | LLE_STATIC, dst); in arp_add_ifa_lle()
|
| /freebsd-14.2/sys/netlink/route/ |
| H A D | neigh.c | 423 struct llentry *lle = lltable_alloc_entry(llt, lle_flags, attrs.nda_dst); in rtnl_handle_newneigh()
|
| /freebsd-14.2/sys/netinet6/ |
| H A D | nd6.c | 1238 ln = lltable_alloc_entry(LLTABLE6(ifp), 0, (struct sockaddr *)&sin6); in nd6_alloc() 2608 ln = lltable_alloc_entry(LLTABLE6(ifp), LLE_IFADDR, dst); in nd6_add_ifa_lle()
|