Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h86 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
/openbmc/linux/drivers/net/ppp/
H A Dpppoe.c516 .type = cpu_to_be16(ETH_P_PPP_SES),
881 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in pppoe_sendmsg()
893 dev_hard_header(skb, dev, ETH_P_PPP_SES, in pppoe_sendmsg()
949 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in __pppoe_xmit()
952 dev_hard_header(skb, dev, ETH_P_PPP_SES, in __pppoe_xmit()
988 path->encap.proto = htons(ETH_P_PPP_SES); in pppoe_fill_forward_path()
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h83 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_inet.c26 case htons(ETH_P_PPP_SES): in nf_flow_offload_inet_hook()
H A Dnf_flow_table_ip.c159 case htons(ETH_P_PPP_SES): in nf_flow_tuple_encap()
293 case htons(ETH_P_PPP_SES): in nf_flow_skb_encap_protocol()
323 case htons(ETH_P_PPP_SES): in nf_flow_encap_pop()
H A Dnf_flow_table_offload.c667 case htons(ETH_P_PPP_SES): in nf_flow_rule_route_common()
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c122 return skb->protocol == htons(ETH_P_PPP_SES) && in is_pppoe_ip()
131 return skb->protocol == htons(ETH_P_PPP_SES) && in is_pppoe_ipv6()
172 case __cpu_to_be16(ETH_P_PPP_SES): in nf_bridge_encap_header_len()
258 skb->protocol = htons(ETH_P_PPP_SES); in nf_bridge_update_protocol()
483 else if (skb->protocol == htons(ETH_P_PPP_SES)) in setup_pre_routing()
/openbmc/linux/net/core/
H A Dflow_dissector.c1325 case htons(ETH_P_PPP_SES): { in __skb_flow_dissect()
1382 key_pppoe->type = htons(ETH_P_PPP_SES); in __skb_flow_dissect()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c419 l2->etype = ETH_P_PPP_SES; in mtk_foe_entry_set_pppoe()
/openbmc/linux/net/sched/
H A Dcls_flower.c1107 key_val->type = htons(ETH_P_PPP_SES); in fl_set_key_pppoe()
1803 if (key->basic.n_proto == htons(ETH_P_PPP_SES)) in fl_set_key()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c1346 mvpp2_prs_match_etype(&pe, 0, ETH_P_PPP_SES); in mvpp2_prs_etype_init()