Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h90 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
/linux-3.4.99/include/linux/
Dif_ether.h71 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
Dnetfilter_bridge.h64 case __cpu_to_be16(ETH_P_PPP_SES): in nf_bridge_encap_header_len()
/linux-3.4.99/drivers/net/ppp/
Dpppoe.c519 .type = cpu_to_be16(ETH_P_PPP_SES),
873 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in pppoe_sendmsg()
885 dev_hard_header(skb, dev, ETH_P_PPP_SES, in pppoe_sendmsg()
941 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in __pppoe_xmit()
944 dev_hard_header(skb, dev, ETH_P_PPP_SES, in __pppoe_xmit()
/linux-3.4.99/net/core/
Dflow_dissector.c75 case __constant_htons(ETH_P_PPP_SES): { in skb_flow_dissect()
/linux-3.4.99/net/bridge/
Dbr_netfilter.c103 (skb->protocol == htons(ETH_P_PPP_SES) && \
108 (skb->protocol == htons(ETH_P_PPP_SES) && \
242 skb->protocol = htons(ETH_P_PPP_SES); in nf_bridge_update_protocol()
524 else if (skb->protocol == htons(ETH_P_PPP_SES)) in setup_pre_routing()