Searched refs:perm_parser_list (Results 1 – 2 of 2) sorted by relevance
1789 TAILQ_INIT(&pf->perm_parser_list); in ice_flow_init()1838 while ((p_parser = TAILQ_FIRST(&pf->perm_parser_list))) { in ice_flow_uninit()1839 TAILQ_REMOVE(&pf->perm_parser_list, p_parser, node); in ice_flow_uninit()1861 list = &pf->perm_parser_list; in ice_get_parser_list()2215 *engine = ice_parse_engine(ad, flow, &pf->perm_parser_list, in ice_flow_process_filter()
442 struct ice_parser_list perm_parser_list; member