Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_table_action.c485 struct pppoe_ppp_hdr pppoe_ppp; member
524 struct pppoe_ppp_hdr pppoe_ppp; member
701 d->pppoe_ppp.ver_type_code = rte_htons(0x1100); in encap_qinq_pppoe_apply()
703 d->pppoe_ppp.length = 0; /* not pre-computed */ in encap_qinq_pppoe_apply()
704 d->pppoe_ppp.protocol = rte_htons(PPP_PROTOCOL_IP); in encap_qinq_pppoe_apply()
752 d->pppoe_ppp.ver_type_code = rte_htons(0x1100); in encap_pppoe_apply()
753 d->pppoe_ppp.session_id = rte_htons(p->pppoe.pppoe.session_id); in encap_pppoe_apply()
754 d->pppoe_ppp.length = 0; /* not pre-computed */ in encap_pppoe_apply()
755 d->pppoe_ppp.protocol = rte_htons(PPP_PROTOCOL_IP); in encap_pppoe_apply()
1155 pppoe->pppoe_ppp.length = rte_htons(total_length + 2); in pkt_work_encap()
[all …]