Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c326 for (p = headp; *p != NULL; p = &(*p)->fe_next) { in mac_flow_add()
494 fp = &(*fp)->fe_next; in mac_flow_remove()
500 *fp = flent->fe_next; in mac_flow_remove()
501 flent->fe_next = NULL; in mac_flow_remove()
569 for (; flent != NULL; flent = flent->fe_next) { in mac_flow_lookup()
599 flent = flent->fe_next) { in mac_flow_walk_nolock()
824 ASSERT(flent->fe_next == NULL); in mac_flow_clean()
1816 ASSERT(flent->fe_next == NULL); in flow_generic_insert_fe()
1817 flent->fe_next = *headp; in flow_generic_insert_fe()
2196 ASSERT(flent->fe_next == NULL); in flow_ip_insert_fe()
[all …]
H A Dmac_datapath_setup.c3320 ASSERT3P(flent->fe_next, ==, NULL); in mac_datapath_teardown()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h276 flow_entry_t *fe_next; /* ft_lock */ member