Searched refs:rte_ntohs (Results 1 – 2 of 2) sorted by relevance
22 #define rte_ntohs rte_be_to_cpu_16 macro788 status = port_mask_to_range(rte_ntohs(spec.tcp.hdr.src_port), in flow_rule_match_acl_get()789 rte_ntohs(mask.tcp.hdr.src_port), in flow_rule_match_acl_get()801 rte_ntohs(mask.tcp.hdr.dst_port), in flow_rule_match_acl_get()832 rte_ntohs(mask.udp.hdr.src_port), in flow_rule_match_acl_get()843 rte_ntohs(mask.udp.hdr.dst_port), in flow_rule_match_acl_get()873 rte_ntohs(mask.sctp.hdr.src_port), in flow_rule_match_acl_get()885 rte_ntohs(mask.sctp.hdr.dst_port), in flow_rule_match_acl_get()1706 uint16_t tci = rte_ntohs(spec.vlan.tci); in flow_rule_action_get()1788 rte_ntohs(spec.udp.hdr.src_port); in flow_rule_action_get()[all …]
26 #define rte_ntohs rte_be_to_cpu_16 macro2899 total_length = rte_ntohs(hdr->total_length); in pkt_work()2904 total_length = rte_ntohs(hdr->payload_len) + in pkt_work()3054 total_length0 = rte_ntohs(hdr0->total_length); in pkt4_work()3055 total_length1 = rte_ntohs(hdr1->total_length); in pkt4_work()3056 total_length2 = rte_ntohs(hdr2->total_length); in pkt4_work()3057 total_length3 = rte_ntohs(hdr3->total_length); in pkt4_work()3069 total_length0 = rte_ntohs(hdr0->payload_len) + in pkt4_work()3071 total_length1 = rte_ntohs(hdr1->payload_len) + in pkt4_work()3073 total_length2 = rte_ntohs(hdr2->payload_len) + in pkt4_work()[all …]