Searched refs:perm_parser_list (Results 1 – 2 of 2) sorted by relevance
1830 TAILQ_INIT(&pf->perm_parser_list); in ice_flow_init()1882 while ((p_parser = TAILQ_FIRST(&pf->perm_parser_list))) { in ice_flow_uninit()1883 TAILQ_REMOVE(&pf->perm_parser_list, p_parser, node); in ice_flow_uninit()1910 list = &pf->perm_parser_list; in ice_get_parser_list()2421 *engine = ice_parse_engine(ad, flow, &pf->perm_parser_list, in ice_flow_process_filter()
493 struct ice_parser_list perm_parser_list; member