Lines Matching refs:tcp_spec
1430 const struct rte_flow_item_tcp *tcp_spec = item->spec; in ulp_rte_tcp_hdr_handler() local
1446 if (tcp_spec) { in ulp_rte_tcp_hdr_handler()
1447 sport = tcp_spec->hdr.src_port; in ulp_rte_tcp_hdr_handler()
1448 dport = tcp_spec->hdr.dst_port; in ulp_rte_tcp_hdr_handler()
1467 ulp_deference_struct(tcp_spec, hdr.src_port), in ulp_rte_tcp_hdr_handler()
1473 ulp_deference_struct(tcp_spec, hdr.dst_port), in ulp_rte_tcp_hdr_handler()
1479 ulp_deference_struct(tcp_spec, hdr.sent_seq), in ulp_rte_tcp_hdr_handler()
1485 ulp_deference_struct(tcp_spec, hdr.recv_ack), in ulp_rte_tcp_hdr_handler()
1491 ulp_deference_struct(tcp_spec, hdr.data_off), in ulp_rte_tcp_hdr_handler()
1497 ulp_deference_struct(tcp_spec, hdr.tcp_flags), in ulp_rte_tcp_hdr_handler()
1503 ulp_deference_struct(tcp_spec, hdr.rx_win), in ulp_rte_tcp_hdr_handler()
1509 ulp_deference_struct(tcp_spec, hdr.cksum), in ulp_rte_tcp_hdr_handler()
1515 ulp_deference_struct(tcp_spec, hdr.tcp_urp), in ulp_rte_tcp_hdr_handler()