Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c45 static int fe_id_cmp(const struct flow_entry *, const struct flow_entry *);
49 RB_GENERATE_PREV(flow_entry_id_tree, flow_entry, fe_id_link, fe_id_cmp);
225 if (!fe_id_cmp(fe, child_fe)) { in flow_entry_add_child()
1191 fe_id_cmp(const struct flow_entry *a, const struct flow_entry *b) in fe_id_cmp() function
H A Dflow_var.h150 fe_id_link, fe_id_cmp);