Home
last modified time | relevance | path

Searched refs:hdr1 (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/iavf/
H A Diavf_hash.c883 struct virtchnl_proto_hdr *hdr1; in iavf_hash_add_fragment_hdr() local
892 hdr1 = &hdrs->proto_hdr[i]; in iavf_hash_add_fragment_hdr()
894 *hdr1 = *hdr2; in iavf_hash_add_fragment_hdr()
898 hdr1 = &hdrs->proto_hdr[layer]; in iavf_hash_add_fragment_hdr()
1121 struct virtchnl_proto_hdr *hdr1; in iavf_refine_proto_hdrs_by_pattern() local
1136 hdr1 = &proto_hdrs->proto_hdr[i]; in iavf_refine_proto_hdrs_by_pattern()
1138 *hdr1 = *hdr2; in iavf_refine_proto_hdrs_by_pattern()
1143 hdr1 = &proto_hdrs->proto_hdr[0]; in iavf_refine_proto_hdrs_by_pattern()
1165 hdr1->field_selector = 0; in iavf_refine_proto_hdrs_by_pattern()
1206 hdr1 = &proto_hdrs->proto_hdr[0]; in iavf_refine_proto_hdrs_l2tpv2()
[all …]
H A Diavf_fdir.c692 struct virtchnl_proto_hdr *hdr1; in iavf_fdir_add_fragment_hdr() local
701 hdr1 = &hdrs->proto_hdr[i]; in iavf_fdir_add_fragment_hdr()
703 *hdr1 = *hdr2; in iavf_fdir_add_fragment_hdr()
707 hdr1 = &hdrs->proto_hdr[layer]; in iavf_fdir_add_fragment_hdr()
708 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr1, IPV4_FRAG); in iavf_fdir_add_fragment_hdr()
709 hdr1->field_selector = 0; in iavf_fdir_add_fragment_hdr()
773 hdr1 = &hdrs->proto_hdr[layer]; in iavf_fdir_parse_pattern()
775 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr1, ETH); in iavf_fdir_parse_pattern()
788 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr1, in iavf_fdir_parse_pattern()
793 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr1, in iavf_fdir_parse_pattern()
[all …]
/dpdk/lib/pipeline/
H A Drte_table_action.c3043 struct rte_ipv4_hdr *hdr1 = ip1; in pkt4_work() local
3048 dscp1 = hdr1->type_of_service >> 2; in pkt4_work()
3053 total_length1 = rte_ntohs(hdr1->total_length); in pkt4_work()
3058 struct rte_ipv6_hdr *hdr1 = ip1; in pkt4_work() local
3063 dscp1 = (rte_ntohl(hdr1->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()
3069 total_length1 = rte_ntohs(hdr1->payload_len) + in pkt4_work()