Searched refs:llinfo_arp (Results 1 – 1 of 1) sorted by relevance
124 struct llinfo_arp { struct128 LIST_ENTRY(llinfo_arp) la_le;145 static LIST_HEAD(, llinfo_arp) llinfo_arp; argument157 static void arptfree(struct llinfo_arp *, void *);162 static struct llinfo_arp *arp_llinfo_alloc(zalloc_flags_t);164 static uint32_t arp_llinfo_flushq(struct llinfo_arp *);170 static __inline void arp_llreach_use(struct llinfo_arp *);171 static __inline int arp_llreach_reachable(struct llinfo_arp *);267 static KALLOC_TYPE_DEFINE(llinfo_arp_zone, struct llinfo_arp, NET_KT_DEFAULT);274 LIST_INIT(&llinfo_arp); in arp_init()[all …]