Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_table_action.c21 #define rte_htons rte_cpu_to_be_16 macro
618 d->ether.ether_type = rte_htons(ethertype); in encap_ether_apply()
642 d->vlan.eth_proto = rte_htons(ethertype); in encap_vlan_apply()
672 d->cvlan.eth_proto = rte_htons(ethertype); in encap_qinq_apply()
701 d->pppoe_ppp.ver_type_code = rte_htons(0x1100); in encap_qinq_pppoe_apply()
722 d->ether.ether_type = rte_htons(ethertype); in encap_mpls_apply()
752 d->pppoe_ppp.ver_type_code = rte_htons(0x1100); in encap_pppoe_apply()
1010 rte_htons(ipv4_total_length)); in pkt_work_encap_vxlan_ipv4()
1040 rte_htons(ipv4_total_length)); in pkt_work_encap_vxlan_ipv4_vlan()
1256 d->port = rte_htons(p->port); in nat_apply()
[all …]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c19 #define rte_htons rte_cpu_to_be_16 macro