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.c493 fp = &(*fp)->fe_next; in mac_flow_remove()
499 *fp = flent->fe_next; in mac_flow_remove()
500 flent->fe_next = NULL; in mac_flow_remove()
598 flent = flent->fe_next) { in mac_flow_walk_nolock()
824 ASSERT(flent->fe_next == NULL); in mac_flow_clean()
1817 ASSERT(flent->fe_next == NULL); in flow_generic_insert_fe()
1818 flent->fe_next = *headp; in flow_generic_insert_fe()
2197 ASSERT(flent->fe_next == NULL); in flow_ip_insert_fe()
2198 flent->fe_next = *p; in flow_ip_insert_fe()
2237 ASSERT(flent->fe_next == NULL); in flow_ip_insert_fe()
[all …]
H A Dmac_datapath_setup.c3218 ASSERT3P(flent->fe_next, ==, NULL); in mac_datapath_teardown()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h231 struct flow_entry_s *fe_next; /* ft_lock */ member