Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dif_ether.h83 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
/Linux-v5.4/drivers/net/ppp/
Dpppoe.c515 .type = cpu_to_be16(ETH_P_PPP_SES),
880 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in pppoe_sendmsg()
892 dev_hard_header(skb, dev, ETH_P_PPP_SES, in pppoe_sendmsg()
948 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in __pppoe_xmit()
951 dev_hard_header(skb, dev, ETH_P_PPP_SES, in __pppoe_xmit()
/Linux-v5.4/net/bridge/
Dbr_netfilter_hooks.c118 return skb->protocol == htons(ETH_P_PPP_SES) && in is_pppoe_ip()
127 return skb->protocol == htons(ETH_P_PPP_SES) && in is_pppoe_ipv6()
168 case __cpu_to_be16(ETH_P_PPP_SES): in nf_bridge_encap_header_len()
254 skb->protocol = htons(ETH_P_PPP_SES); in nf_bridge_update_protocol()
461 else if (skb->protocol == htons(ETH_P_PPP_SES)) in setup_pre_routing()
/Linux-v5.4/net/core/
Dflow_dissector.c1103 case htons(ETH_P_PPP_SES): { in __skb_flow_dissect()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_prs.c1296 mvpp2_prs_match_etype(&pe, 0, ETH_P_PPP_SES); in mvpp2_prs_etype_init()