Searched refs:ETH_P_PPP_SES (Results 1 – 10 of 10) sorted by relevance
516 .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()
83 #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ macro
23 case htons(ETH_P_PPP_SES): in nf_flow_offload_inet_hook()
158 case htons(ETH_P_PPP_SES): in nf_flow_tuple_encap()283 case htons(ETH_P_PPP_SES): in nf_flow_skb_encap_protocol()312 case htons(ETH_P_PPP_SES): in nf_flow_encap_pop()
667 case htons(ETH_P_PPP_SES): in nf_flow_rule_route_common()
118 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()463 else if (skb->protocol == htons(ETH_P_PPP_SES)) in setup_pre_routing()
1247 case htons(ETH_P_PPP_SES): { in __skb_flow_dissect()1304 key_pppoe->type = htons(ETH_P_PPP_SES); in __skb_flow_dissect()
369 l2->etype = ETH_P_PPP_SES; in mtk_foe_entry_set_pppoe()
1062 key_val->type = htons(ETH_P_PPP_SES); in fl_set_key_pppoe()1704 if (key->basic.n_proto == htons(ETH_P_PPP_SES)) in fl_set_key()
1346 mvpp2_prs_match_etype(&pe, 0, ETH_P_PPP_SES); in mvpp2_prs_etype_init()
Completed in 29 milliseconds