Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c269 struct ifnet_fc_entry { struct
270 RB_ENTRY(ifnet_fc_entry) ifce_entry;
276 static int ifce_cmp(const struct ifnet_fc_entry *, argument
277 const struct ifnet_fc_entry *);
279 static struct ifnet_fc_entry *ifnet_fc_get(u_int32_t);
280 static void ifnet_fc_entry_free(struct ifnet_fc_entry *);
283 RB_HEAD(ifnet_fc_tree, ifnet_fc_entry) ifnet_fc_tree;
284 RB_PROTOTYPE(ifnet_fc_tree, ifnet_fc_entry, ifce_entry, ifce_cmp);
285 RB_GENERATE(ifnet_fc_tree, ifnet_fc_entry, ifce_entry, ifce_cmp);
287 static KALLOC_TYPE_DEFINE(ifnet_fc_zone, struct ifnet_fc_entry, NET_KT_DEFAULT);
[all …]