Searched refs:tcp_item (Results 1 – 1 of 1) sorted by relevance
519 struct rte_flow_item tcp_item; in add_classify_rule() local590 tcp_item.type = RTE_FLOW_ITEM_TYPE_TCP; in add_classify_rule()591 tcp_item.spec = &tcp_spec; in add_classify_rule()592 tcp_item.mask = &tcp_mask; in add_classify_rule()593 tcp_item.last = NULL; in add_classify_rule()597 pattern_ipv4_5tuple[2] = tcp_item; in add_classify_rule()