Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
A Dpppoe.c516 .type = cpu_to_be16(ETH_P_PPP_SES),
881 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in pppoe_sendmsg()
893 dev_hard_header(skb, dev, ETH_P_PPP_SES, in pppoe_sendmsg()
949 skb->protocol = cpu_to_be16(ETH_P_PPP_SES); in __pppoe_xmit()
952 dev_hard_header(skb, dev, ETH_P_PPP_SES, in __pppoe_xmit()
988 path->encap.proto = htons(ETH_P_PPP_SES); in pppoe_fill_forward_path()
/linux/include/uapi/linux/
A Dif_ether.h83 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
/linux/net/bridge/
A 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/net/netfilter/
A Dnf_flow_table_ip.c160 case htons(ETH_P_PPP_SES): in nf_flow_tuple_encap()
271 case htons(ETH_P_PPP_SES): in nf_flow_skb_encap_protocol()
300 case htons(ETH_P_PPP_SES): in nf_flow_encap_pop()
A Dnf_flow_table_offload.c656 case htons(ETH_P_PPP_SES): in nf_flow_rule_route_common()
/linux/drivers/net/ethernet/mediatek/
A Dmtk_ppe.c324 l2->etype = ETH_P_PPP_SES; in mtk_foe_entry_set_pppoe()
/linux/drivers/staging/r8188eu/core/
A Drtw_br_ext.c472 (protocol == ETH_P_PPP_SES)) { in nat25_db_handle()
/linux/net/core/
A Dflow_dissector.c1189 case htons(ETH_P_PPP_SES): { in __skb_flow_dissect()
/linux/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_prs.c1346 mvpp2_prs_match_etype(&pe, 0, ETH_P_PPP_SES); in mvpp2_prs_etype_init()

Completed in 26 milliseconds