Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c52 static int _flowadv_id_equal(struct __flowadv_entry *, uuid_t);
1222 _flowadv_id_equal(struct __flowadv_entry *fe, uuid_t id) in _flowadv_id_equal() function
1271 if (__improbable(fe->fae_flags == 0 || !_flowadv_id_equal(fe, flow_id))) { in os_channel_flow_admissible()