Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_ether.h83 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
/Linux-v4.19/net/bridge/
Dbr_netfilter_hooks.c111 (skb->protocol == htons(ETH_P_PPP_SES) && \
116 (skb->protocol == htons(ETH_P_PPP_SES) && \
171 case __cpu_to_be16(ETH_P_PPP_SES): in nf_bridge_encap_header_len()
255 skb->protocol = htons(ETH_P_PPP_SES); in nf_bridge_update_protocol()
458 else if (skb->protocol == htons(ETH_P_PPP_SES)) in setup_pre_routing()
/Linux-v4.19/drivers/net/ppp/
Dpppoe.c519 .type = cpu_to_be16(ETH_P_PPP_SES),
884 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in pppoe_sendmsg()
896 dev_hard_header(skb, dev, ETH_P_PPP_SES, in pppoe_sendmsg()
952 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in __pppoe_xmit()
955 dev_hard_header(skb, dev, ETH_P_PPP_SES, in __pppoe_xmit()
/Linux-v4.19/net/core/
Dflow_dissector.c830 case htons(ETH_P_PPP_SES): { in __skb_flow_dissect()
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_prs.c1295 mvpp2_prs_match_etype(&pe, 0, ETH_P_PPP_SES); in mvpp2_prs_etype_init()