Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h482 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 Drte_table_action.c704 d->pppoe_ppp.session_id = rte_htons(p->qinq_pppoe.pppoe.session_id); in encap_qinq_pppoe_apply()
749 rte_ether_addr_copy(&p->pppoe.ether.da, &d->ether.d_addr); in encap_pppoe_apply()
750 rte_ether_addr_copy(&p->pppoe.ether.sa, &d->ether.s_addr); in encap_pppoe_apply()
755 d->pppoe_ppp.session_id = rte_htons(p->pppoe.pppoe.session_id); in encap_pppoe_apply()
1155 struct encap_pppoe_data *pppoe = in pkt_work_encap() local
1157 pppoe->pppoe_ppp.length = rte_htons(total_length + 2); in pkt_work_encap()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst340 [encap ether | vlan | qinq | mpls | pppoe]
484 | pppoe <da> <sa> <session_id>]
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c3418 parser_read_uint16(&a->encap.qinq_pppoe.pppoe.session_id, in parse_table_action_encap()
3541 parse_mac_addr(tokens[1], &a->encap.pppoe.ether.da) || in parse_table_action_encap()
3542 parse_mac_addr(tokens[2], &a->encap.pppoe.ether.sa) || in parse_table_action_encap()
3543 parser_read_uint16(&a->encap.pppoe.pppoe.session_id, in parse_table_action_encap()
5026 ether_addr_show(f, &a->encap.pppoe.ether.da); in table_rule_show()
5028 ether_addr_show(f, &a->encap.pppoe.ether.sa); in table_rule_show()
5029 fprintf(f, " %u ", a->encap.pppoe.pppoe.session_id); in table_rule_show()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c4123 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()
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1439 headerFieldPppoe_t pppoe; /**< PPPoE */ member
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_pcd_ext.h1103 ioc_header_field_pppoe_t pppoe; /**< PPPoE*/ member
/f-stack/freebsd/netgraph/
H A Dng_pppoe.c209 NETGRAPH_INIT(pppoe, &typestruct);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c1396 switch (field.pppoe) in GetSizeHeaderField()
1981 switch (field.pppoe) in GetFullFieldParseCode()
H A Dfm_kg.c664 switch (field.pppoe) in GetKnownProtMask()