Lines Matching refs:llentry
144 static void in_lltable_destroy_lle_unlocked(struct llentry *lle);
145 static void in_lltable_destroy_lle(struct llentry *lle);
146 static struct llentry *in_lltable_new(struct in_addr addr4, uint16_t flags);
148 const struct sockaddr *smask, uint16_t flags, struct llentry *lle);
149 static void in_lltable_free_entry(struct lltable *llt, struct llentry *lle);
152 static uint32_t in_lltable_hash(const struct llentry *lle, uint32_t hsize);
153 static void in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa);
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);
2347 struct llentry base;
2358 in_lltable_destroy_lle_unlocked(struct llentry *lle) in in_lltable_destroy_lle_unlocked()
2371 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle()
2377 static struct llentry *
2409 const struct sockaddr *smask, uint16_t flags, struct llentry *lle) in in_lltable_match_prefix()
2444 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
2501 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash()
2508 in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in_lltable_fill_sa_entry()
2519 static inline struct llentry *
2522 struct llentry *lle; in in_lltable_find_dst()
2541 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry()
2552 static struct llentry *
2557 struct llentry *lle; in in_lltable_alloc()
2593 static struct llentry *
2597 struct llentry *lle; in in_lltable_lookup()
2627 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry()