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);
2370 struct llentry base;
2381 in_lltable_destroy_lle_unlocked(struct llentry *lle) in in_lltable_destroy_lle_unlocked()
2393 in_lltable_destroy_lle(struct llentry *lle) in in_lltable_destroy_lle()
2399 static struct llentry *
2431 const struct sockaddr *smask, uint16_t flags, struct llentry *lle) in in_lltable_match_prefix()
2466 in_lltable_free_entry(struct lltable *llt, struct llentry *lle) in in_lltable_free_entry()
2523 in_lltable_hash(const struct llentry *lle, uint32_t hsize) in in_lltable_hash()
2530 in_lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa) in in_lltable_fill_sa_entry()
2541 static inline struct llentry *
2544 struct llentry *lle; in in_lltable_find_dst()
2563 in_lltable_delete_entry(struct lltable *llt, struct llentry *lle) in in_lltable_delete_entry()
2574 static struct llentry *
2579 struct llentry *lle; in in_lltable_alloc()
2615 static struct llentry *
2619 struct llentry *lle; in in_lltable_lookup()
2649 in_lltable_dump_entry(struct lltable *llt, struct llentry *lle, in in_lltable_dump_entry()