Searched refs:STAILQ_FOREACH_SAFE (Results 1 – 2 of 2) sorted by relevance
1350 STAILQ_FOREACH_SAFE(defer_ppdu_info, in dp_tx_mon_ppdu_process()1436 STAILQ_FOREACH_SAFE(tx_ppdu_info, in dp_tx_ppdu_stats_detach_2_0()1450 STAILQ_FOREACH_SAFE(tx_ppdu_info, in dp_tx_ppdu_stats_detach_2_0()
252 #define STAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro