Home
last modified time | relevance | path

Searched refs:rte_ntohl (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c23 #define rte_ntohl rte_be_to_cpu_32 macro
680 status = ipv4_mask_to_depth(rte_ntohl(mask.ipv4.hdr.src_addr), in flow_rule_match_acl_get()
689 status = ipv4_mask_to_depth(rte_ntohl(mask.ipv4.hdr.dst_addr), in flow_rule_match_acl_get()
703 rte_ntohl(spec.ipv4.hdr.src_addr); in flow_rule_match_acl_get()
705 rte_ntohl(spec.ipv4.hdr.dst_addr); in flow_rule_match_acl_get()
1739 rte_ntohl(spec.ipv4.hdr.src_addr); in flow_rule_action_get()
1741 rte_ntohl(spec.ipv4.hdr.dst_addr); in flow_rule_action_get()
1758 vtc_flow = rte_ntohl(spec.ipv6.hdr.vtc_flow); in flow_rule_action_get()
/dpdk/lib/pipeline/
H A Drte_table_action.c25 #define rte_ntohl rte_be_to_cpu_32 macro
2901 dscp = (rte_ntohl(hdr->vtc_flow) & 0x0F600000) >> 18; in pkt_work()
3062 dscp0 = (rte_ntohl(hdr0->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()
3063 dscp1 = (rte_ntohl(hdr1->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()
3064 dscp2 = (rte_ntohl(hdr2->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()
3065 dscp3 = (rte_ntohl(hdr3->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()