Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/ !
H A Dflow_entry.c42 static int fe_id_cmp(const struct flow_entry *, const struct flow_entry *);
46 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()
1032 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);