Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_ether.h75 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
/linux-4.1.27/net/bridge/
Dbr_netfilter.c101 (skb->protocol == htons(ETH_P_PPP_SES) && \
106 (skb->protocol == htons(ETH_P_PPP_SES) && \
175 case __cpu_to_be16(ETH_P_PPP_SES): in nf_bridge_encap_header_len()
266 skb->protocol = htons(ETH_P_PPP_SES); in nf_bridge_update_protocol()
504 else if (skb->protocol == htons(ETH_P_PPP_SES)) in setup_pre_routing()
/linux-4.1.27/drivers/net/ppp/
Dpppoe.c534 .type = cpu_to_be16(ETH_P_PPP_SES),
896 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in pppoe_sendmsg()
908 dev_hard_header(skb, dev, ETH_P_PPP_SES, in pppoe_sendmsg()
964 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in __pppoe_xmit()
967 dev_hard_header(skb, dev, ETH_P_PPP_SES, in __pppoe_xmit()
/linux-4.1.27/net/core/
Dflow_dissector.c162 case htons(ETH_P_PPP_SES): { in __skb_flow_dissect()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvpp2.c2273 mvpp2_prs_match_etype(&pe, 0, ETH_P_PPP_SES); in mvpp2_prs_etype_init()