Searched refs:llinfo_arp (Results 1 – 1 of 1) sorted by relevance
123 struct llinfo_arp { struct127 LIST_ENTRY(llinfo_arp) la_le;144 static LIST_HEAD(, llinfo_arp) llinfo_arp = LIST_HEAD_INITIALIZER(llinfo_arp); argument156 static void arptfree(struct llinfo_arp *, void *);161 static struct llinfo_arp *arp_llinfo_alloc(zalloc_flags_t);163 static uint32_t arp_llinfo_flushq(struct llinfo_arp *);169 static __inline void arp_llreach_use(struct llinfo_arp *);170 static __inline int arp_llreach_reachable(struct llinfo_arp *);265 static struct llinfo_arp *268 struct llinfo_arp *la = kalloc_type(struct llinfo_arp, how | Z_ZERO); in arp_llinfo_alloc()[all …]