Home
last modified time | relevance | path

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

/dpdk/drivers/net/iavf/
H A Diavf_hash.c884 struct virtchnl_proto_hdr *hdr2; in iavf_hash_add_fragment_hdr() local
893 hdr2 = &hdrs->proto_hdr[i - 1]; in iavf_hash_add_fragment_hdr()
894 *hdr1 = *hdr2; in iavf_hash_add_fragment_hdr()
1122 struct virtchnl_proto_hdr *hdr2; in iavf_refine_proto_hdrs_by_pattern() local
1138 *hdr1 = *hdr2; in iavf_refine_proto_hdrs_by_pattern()
1147 hdr2 = &proto_hdrs->proto_hdr[0]; in iavf_refine_proto_hdrs_by_pattern()
1148 hdr2->field_selector = 0; in iavf_refine_proto_hdrs_by_pattern()
1154 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr2, IPV4); in iavf_refine_proto_hdrs_by_pattern()
1156 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr2, IPV6); in iavf_refine_proto_hdrs_by_pattern()
1159 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr2, IPV4); in iavf_refine_proto_hdrs_by_pattern()
[all …]
H A Diavf_fdir.c693 struct virtchnl_proto_hdr *hdr2; in iavf_fdir_add_fragment_hdr() local
702 hdr2 = &hdrs->proto_hdr[i - 1]; in iavf_fdir_add_fragment_hdr()
703 *hdr1 = *hdr2; in iavf_fdir_add_fragment_hdr()
/dpdk/lib/pipeline/
H A Drte_table_action.c3044 struct rte_ipv4_hdr *hdr2 = ip2; in pkt4_work() local
3049 dscp2 = hdr2->type_of_service >> 2; in pkt4_work()
3054 total_length2 = rte_ntohs(hdr2->total_length); in pkt4_work()
3059 struct rte_ipv6_hdr *hdr2 = ip2; in pkt4_work() local
3064 dscp2 = (rte_ntohl(hdr2->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()
3071 total_length2 = rte_ntohs(hdr2->payload_len) + in pkt4_work()