Searched refs:rxstrc_head (Results 1 – 1 of 1) sorted by relevance
4521 fsw_rxstrc_remove_internal(struct flow_entry_rxstrc_head *rxstrc_head, in fsw_rxstrc_remove_internal() argument4533 TAILQ_REMOVE(rxstrc_head, fe, fe_rxstrc_link); in fsw_rxstrc_remove_internal()5171 struct flow_entry_rxstrc_head rxstrc_head = in fsw_process_rxstrc() local5172 TAILQ_HEAD_INITIALIZER(rxstrc_head); in fsw_process_rxstrc()5182 TAILQ_CONCAT(&rxstrc_head, &fsw->fsw_rxstrc_head, fe_rxstrc_link); in fsw_process_rxstrc()5187 TAILQ_FOREACH_SAFE(fe, &rxstrc_head, fe_rxstrc_link, tfe) { in fsw_process_rxstrc()5194 fsw_rxstrc_remove_internal(&rxstrc_head, fe); in fsw_process_rxstrc()