Lines Matching defs:hdr
766 struct rte_higig2_hdr hdr;
772 .hdr = {
874 * Inside @p hdr field, the sub-field @p ether_type stands either for EtherType
897 struct rte_ether_hdr hdr;
906 .hdr.dst_addr.addr_bytes = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
907 .hdr.src_addr.addr_bytes = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
908 .hdr.ether_type = RTE_BE16(0x0000),
923 * instead of using the @p eth_proto field of @p hdr.
924 * If the @p eth_proto of @p hdr and @p has_more_vlan fields are not specified,
937 struct rte_vlan_hdr hdr;
947 .hdr.vlan_tci = RTE_BE16(0x0fff),
948 .hdr.eth_proto = RTE_BE16(0x0000),
960 struct rte_ipv4_hdr hdr; /**< IPv4 header definition. */
966 .hdr = {
981 struct rte_ipv6_hdr hdr; /**< IPv6 header definition. */
1007 .hdr = {
1023 struct rte_ipv6_routing_ext hdr;
1032 struct rte_icmp_hdr hdr; /**< ICMP header definition. */
1038 .hdr = {
1051 struct rte_udp_hdr hdr; /**< UDP header definition. */
1057 .hdr = {
1070 struct rte_tcp_hdr hdr; /**< TCP header definition. */
1076 .hdr = {
1089 struct rte_sctp_hdr hdr; /**< SCTP header definition. */
1095 .hdr = {
1124 struct rte_vxlan_hdr hdr;
1131 .hdr.vni = { 0xff, 0xff, 0xff },
1287 * Please prefer hdr field below.
1300 struct rte_gtp_hdr hdr; /**< GTP header definition. */
1307 .hdr.teid = RTE_BE32(UINT32_MAX),
1317 struct rte_esp_hdr hdr; /**< ESP header definition. */
1323 .hdr = {
1365 * Please prefer hdr field below.
1373 struct rte_vxlan_gpe_hdr hdr;
1385 .hdr.vni = { 0xff, 0xff, 0xff },
1399 * Please prefer hdr field below.
1411 struct rte_arp_hdr hdr; /**< ARP header definition. */
1419 .hdr.arp_data.arp_sha.addr_bytes = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
1420 .hdr.arp_data.arp_sip = RTE_BE32(UINT32_MAX),
1421 .hdr.arp_data.arp_tha.addr_bytes = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff },
1422 .hdr.arp_data.arp_tip = RTE_BE32(UINT32_MAX),
1459 struct rte_ipv6_fragment_ext hdr;
1488 struct rte_icmp_echo_hdr hdr;
1639 struct rte_gtp_psc_generic_hdr hdr; /**< gtp psc generic hdr. */
1646 .hdr.qfi = 0x3f,
1864 struct rte_ecpri_combined_msg_hdr hdr;
1870 .hdr = {
2014 struct rte_l2tpv2_combined_msg_hdr hdr;
2025 .hdr = {
2042 struct rte_ppp_hdr hdr;
2048 .hdr = {
2062 struct rte_ib_bth hdr; /**< InfiniBand base transport header definition. */
2068 .hdr = {