Home
last modified time | relevance | path

Searched refs:lltable_allocate_htbl (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/net/
Dif_llatbl.h208 struct lltable *lltable_allocate_htbl(uint32_t hsize);
Dif_llatbl.c609 lltable_allocate_htbl(uint32_t hsize) in lltable_allocate_htbl() function
/freebsd-12-stable/sys/netinet/
Din.c1542 llt = lltable_allocate_htbl(IN_LLTBL_DEFAULT_HSIZE); in in_lltattach()
/freebsd-12-stable/sys/netinet6/
Din6.c2416 llt = lltable_allocate_htbl(IN6_LLTBL_DEFAULT_HSIZE); in in6_lltattach()