Searched refs:pppoe (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.h | 482 struct rte_table_action_pppoe_hdr pppoe; /**< PPPoE/PPP headers. */ member 542 struct rte_table_action_pppoe_hdr pppoe; /**< PPPoE/PPP headers. */ member 565 struct rte_table_action_encap_pppoe_params pppoe; member
|
| H A D | rte_table_action.c | 702 d->pppoe_ppp.session_id = rte_htons(p->qinq_pppoe.pppoe.session_id); in encap_qinq_pppoe_apply() 747 rte_ether_addr_copy(&p->pppoe.ether.da, &d->ether.dst_addr); in encap_pppoe_apply() 748 rte_ether_addr_copy(&p->pppoe.ether.sa, &d->ether.src_addr); in encap_pppoe_apply() 753 d->pppoe_ppp.session_id = rte_htons(p->pppoe.pppoe.session_id); in encap_pppoe_apply() 1153 struct encap_pppoe_data *pppoe = in pkt_work_encap() local 1155 pppoe->pppoe_ppp.length = rte_htons(total_length + 2); in pkt_work_encap()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 340 [encap ether | vlan | qinq | mpls | pppoe] 484 | pppoe <da> <sa> <session_id>]
|
| /dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 3416 parser_read_uint16(&a->encap.qinq_pppoe.pppoe.session_id, in parse_table_action_encap() 3539 parse_mac_addr(tokens[1], &a->encap.pppoe.ether.da) || in parse_table_action_encap() 3540 parse_mac_addr(tokens[2], &a->encap.pppoe.ether.sa) || in parse_table_action_encap() 3541 parser_read_uint16(&a->encap.pppoe.pppoe.session_id, in parse_table_action_encap() 5017 ether_addr_show(f, &a->encap.pppoe.ether.da); in table_rule_show() 5019 ether_addr_show(f, &a->encap.pppoe.ether.sa); in table_rule_show() 5020 fprintf(f, " %u ", a->encap.pppoe.pppoe.session_id); in table_rule_show()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 4123 softnic_parser_read_uint16(&a->encap.qinq_pppoe.pppoe.session_id, in parse_table_action_encap() 4248 softnic_parse_mac_addr(tokens[1], &a->encap.pppoe.ether.da) || in parse_table_action_encap() 4249 softnic_parse_mac_addr(tokens[2], &a->encap.pppoe.ether.sa) || in parse_table_action_encap() 4250 softnic_parser_read_uint16(&a->encap.pppoe.pppoe.session_id, in parse_table_action_encap()
|
| /dpdk/drivers/net/dpaa/fmlib/ |
| H A D | fm_pcd_ext.h | 1103 ioc_header_field_pppoe_t pppoe; /**< PPPoE*/ member
|