Lines Matching refs:lltable
149 static void in_lltable_free_entry(struct lltable *llt, struct llentry *lle);
154 static inline struct llentry * in_lltable_find_dst(struct lltable *llt, struct in_addr dst);
155 static void in_lltable_delete_entry(struct lltable *llt, struct llentry *lle);
156 static struct llentry * in_lltable_alloc(struct lltable *llt, uint16_t flags, const struct sockaddr…
157 static struct llentry * in_lltable_lookup(struct lltable *llt, uint16_t flags, const struct sockadd…
158 static int in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, struct sysctl_req *wr);
159 static struct lltable * in_lltattach(struct ifnet *ifp);
2444 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
2520 in_lltable_find_dst(struct lltable *llt, struct in_addr dst) in in_lltable_find_dst()
2541 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry()
2553 in_lltable_alloc(struct lltable *llt, uint16_t flags, const struct sockaddr *l3addr) in in_lltable_alloc()
2594 in_lltable_lookup(struct lltable *llt, uint16_t flags, const struct sockaddr *l3addr) in in_lltable_lookup()
2627 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry()
2693 static struct lltable *
2696 struct lltable *llt; in in_lltattach()