Searched refs:fe_next (Results 1 – 3 of 3) sorted by relevance
326 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 …]
3320 ASSERT3P(flent->fe_next, ==, NULL); in mac_datapath_teardown()
276 flow_entry_t *fe_next; /* ft_lock */ member