Searched refs:fe_next (Results 1 – 3 of 3) sorted by relevance
325 for (p = headp; *p != NULL; p = &(*p)->fe_next) { in mac_flow_add()493 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()568 for (; flent != NULL; flent = flent->fe_next) { in mac_flow_lookup()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()[all …]
3218 ASSERT3P(flent->fe_next, ==, NULL); in mac_datapath_teardown()
231 struct flow_entry_s *fe_next; /* ft_lock */ member