Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ppp/
H A Dpppoe.c516 .type = cpu_to_be16(ETH_P_PPP_SES),
882 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in pppoe_sendmsg()
894 dev_hard_header(skb, dev, ETH_P_PPP_SES, in pppoe_sendmsg()
950 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in __pppoe_xmit()
953 dev_hard_header(skb, dev, ETH_P_PPP_SES, in __pppoe_xmit()
989 path->encap.proto = htons(ETH_P_PPP_SES); in pppoe_fill_forward_path()
/linux-6.15/include/uapi/linux/
H A Dif_ether.h83 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
/linux-6.15/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.c163 case htons(ETH_P_PPP_SES): in nf_flow_tuple_encap()
297 case htons(ETH_P_PPP_SES): in nf_flow_skb_encap_protocol()
327 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()
/linux-6.15/net/bridge/
H A Dbr_netfilter_hooks.c124 return skb->protocol == htons(ETH_P_PPP_SES) && in is_pppoe_ip()
133 return skb->protocol == htons(ETH_P_PPP_SES) && in is_pppoe_ipv6()
177 case __cpu_to_be16(ETH_P_PPP_SES): in nf_bridge_encap_header_len()
263 skb->protocol = htons(ETH_P_PPP_SES); in nf_bridge_update_protocol()
464 else if (skb->protocol == htons(ETH_P_PPP_SES)) in setup_pre_routing()
/linux-6.15/net/core/
H A Dflow_dissector.c1359 case htons(ETH_P_PPP_SES): { in __skb_flow_dissect()
1416 key_pppoe->type = htons(ETH_P_PPP_SES); in __skb_flow_dissect()
/linux-6.15/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c419 l2->etype = ETH_P_PPP_SES; in mtk_foe_entry_set_pppoe()
/linux-6.15/net/sched/
H A Dcls_flower.c1131 key_val->type = htons(ETH_P_PPP_SES); in fl_set_key_pppoe()
1922 if (key->basic.n_proto == htons(ETH_P_PPP_SES)) in fl_set_key()
/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_prs.c1373 mvpp2_prs_match_etype(&pe, 0, ETH_P_PPP_SES); in mvpp2_prs_etype_init()