Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c41 static int fe_id_cmp(const struct flow_entry *, const struct flow_entry *);
45 RB_GENERATE_PREV(flow_entry_id_tree, flow_entry, fe_id_link, fe_id_cmp);
707 fe_id_cmp(const struct flow_entry *a, const struct flow_entry *b) in fe_id_cmp() function
H A Dflow_var.h149 fe_id_link, fe_id_cmp);