Searched refs:ifnet_fc_entry (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.c451 struct ifnet_fc_entry { struct
452 RB_ENTRY(ifnet_fc_entry) ifce_entry;
458 static int ifce_cmp(const struct ifnet_fc_entry *,
459 const struct ifnet_fc_entry *);
461 static struct ifnet_fc_entry *ifnet_fc_get(u_int32_t);
462 static void ifnet_fc_entry_free(struct ifnet_fc_entry *);
465 RB_HEAD(ifnet_fc_tree, ifnet_fc_entry) ifnet_fc_tree;
466 RB_PROTOTYPE(ifnet_fc_tree, ifnet_fc_entry, ifce_entry, ifce_cmp);
467 RB_GENERATE(ifnet_fc_tree, ifnet_fc_entry, ifce_entry, ifce_cmp);
469 static unsigned int ifnet_fc_zone_size; /* sizeof ifnet_fc_entry */
[all...]

Completed in 87 milliseconds