Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c23 #define rte_htons rte_cpu_to_be_16 macro
620 d->ether.ether_type = rte_htons(ethertype); in encap_ether_apply()
644 d->vlan.eth_proto = rte_htons(ethertype); in encap_vlan_apply()
674 d->cvlan.eth_proto = rte_htons(ethertype); in encap_qinq_apply()
703 d->pppoe_ppp.ver_type_code = rte_htons(0x1100); in encap_qinq_pppoe_apply()
724 d->ether.ether_type = rte_htons(ethertype); in encap_mpls_apply()
754 d->pppoe_ppp.ver_type_code = rte_htons(0x1100); in encap_pppoe_apply()
1012 rte_htons(ipv4_total_length)); in pkt_work_encap_vxlan_ipv4()
1042 rte_htons(ipv4_total_length)); in pkt_work_encap_vxlan_ipv4_vlan()
1258 d->port = rte_htons(p->port); in nat_apply()
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c19 #define rte_htons rte_cpu_to_be_16 macro