Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c487 struct pppoe_ppp_hdr pppoe_ppp; member
526 struct pppoe_ppp_hdr pppoe_ppp; member
703 d->pppoe_ppp.ver_type_code = rte_htons(0x1100); in encap_qinq_pppoe_apply()
705 d->pppoe_ppp.length = 0; /* not pre-computed */ in encap_qinq_pppoe_apply()
706 d->pppoe_ppp.protocol = rte_htons(PPP_PROTOCOL_IP); in encap_qinq_pppoe_apply()
754 d->pppoe_ppp.ver_type_code = rte_htons(0x1100); in encap_pppoe_apply()
755 d->pppoe_ppp.session_id = rte_htons(p->pppoe.pppoe.session_id); in encap_pppoe_apply()
756 d->pppoe_ppp.length = 0; /* not pre-computed */ in encap_pppoe_apply()
757 d->pppoe_ppp.protocol = rte_htons(PPP_PROTOCOL_IP); in encap_pppoe_apply()
1157 pppoe->pppoe_ppp.length = rte_htons(total_length + 2); in pkt_work_encap()
[all …]