Home | History | Annotate | Download | only in netinet6

Lines Matching refs:lltable

2430 in6_lltable_free_entry(struct lltable *llt, struct llentry *lle)
2493 in6_lltable_find_dst(struct lltable *llt, const struct in6_addr *dst)
2512 in6_lltable_delete(struct lltable *llt, u_int flags,
2549 in6_lltable_create(struct lltable *llt, u_int flags,
2594 in6_lltable_lookup(struct lltable *llt, u_int flags,
2617 in6_lltable_dump_entry(struct lltable *llt, struct llentry *lle,
2633 static struct lltable *
2636 struct lltable *llt;
2670 ext->lltable = in6_lltattach(ifp);
2680 lltable_free(ext->lltable);
2681 ext->lltable = NULL;