Searched refs:tcp_item (Results 1 – 1 of 1) sorted by relevance
525 struct rte_flow_item tcp_item; in add_classify_rule() local596 tcp_item.type = RTE_FLOW_ITEM_TYPE_TCP; in add_classify_rule()597 tcp_item.spec = &tcp_spec; in add_classify_rule()598 tcp_item.mask = &tcp_mask; in add_classify_rule()599 tcp_item.last = NULL; in add_classify_rule()603 pattern_ipv4_5tuple[2] = tcp_item; in add_classify_rule()