Home
last modified time | relevance | path

Searched refs:IPPROTO_GRE (Results 1 – 10 of 10) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Drte_os_shim.h37 #define IPPROTO_GRE 47 macro
/dpdk/lib/net/
H A Drte_net.c133 case IPPROTO_GRE: { in ptype_tunnel()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c983 IPPROTO_GRE); in flow_verbs_translate_item_gre()
987 IPPROTO_GRE); in flow_verbs_translate_item_gre()
H A Dmlx5_flow.c3167 if (target_protocol != 0xff && target_protocol != IPPROTO_GRE) in mlx5_flow_validate_item_gre()
3525 if (target_protocol != 0xff && target_protocol != IPPROTO_GRE) in mlx5_flow_validate_item_nvgre()
H A Dmlx5_flow_dv.c4244 ipv4->next_proto_id = IPPROTO_GRE; in flow_dv_convert_encap_data()
4246 ipv6->proto = IPPROTO_GRE; in flow_dv_convert_encap_data()
8920 MLX5_SET(fte_match_set_lyr_2_4, headers_v, ip_protocol, IPPROTO_GRE); in flow_dv_translate_item_gre()
/dpdk/app/test-pmd/
H A Dcsumonly.c940 } else if (info.l4_proto == IPPROTO_GRE) { in pkt_burst_checksum_forward()
H A Dcmdline_flow.c7728 .next_proto_id = IPPROTO_GRE, in parse_vc_action_mplsogre_encap()
7735 .proto = IPPROTO_GRE, in parse_vc_action_mplsogre_encap()
7829 .next_proto_id = IPPROTO_GRE, in parse_vc_action_mplsogre_decap()
7834 .proto = IPPROTO_GRE, in parse_vc_action_mplsogre_decap()
/dpdk/drivers/net/hns3/
H A Dhns3_flow.c975 rule->key_conf.spec.outer_proto = IPPROTO_GRE; in hns3_parse_nvgre()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_rte_parser.c1002 } else if (proto == IPPROTO_GRE) { in ulp_rte_l3_proto_type_update()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c2775 proto.ip_proto = IPPROTO_GRE; in dpaa2_configure_flow_gre()