Symbol: ETH_P_PPP_SES
drivers/net/ethernet/airoha/airoha_ppe.c
391
l2->etype = ETH_P_PPP_SES;
drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c
1373
mvpp2_prs_match_etype(&pe, 0, ETH_P_PPP_SES);
drivers/net/ethernet/mediatek/mtk_ppe.c
419
l2->etype = ETH_P_PPP_SES;
drivers/net/ppp/pppoe.c
512
.type = cpu_to_be16(ETH_P_PPP_SES),
drivers/net/ppp/pppoe.c
885
skb->protocol = cpu_to_be16(ETH_P_PPP_SES);
drivers/net/ppp/pppoe.c
897
dev_hard_header(skb, dev, ETH_P_PPP_SES,
drivers/net/ppp/pppoe.c
953
skb->protocol = cpu_to_be16(ETH_P_PPP_SES);
drivers/net/ppp/pppoe.c
956
dev_hard_header(skb, dev, ETH_P_PPP_SES,
drivers/net/ppp/pppoe.c
992
path->encap.proto = htons(ETH_P_PPP_SES);
net/bridge/br_netfilter_hooks.c
124
return skb->protocol == htons(ETH_P_PPP_SES) &&
net/bridge/br_netfilter_hooks.c
133
return skb->protocol == htons(ETH_P_PPP_SES) &&
net/bridge/br_netfilter_hooks.c
177
case __cpu_to_be16(ETH_P_PPP_SES):
net/bridge/br_netfilter_hooks.c
263
skb->protocol = htons(ETH_P_PPP_SES);
net/bridge/br_netfilter_hooks.c
464
else if (skb->protocol == htons(ETH_P_PPP_SES))
net/core/flow_dissector.c
1359
case htons(ETH_P_PPP_SES): {
net/core/flow_dissector.c
1416
key_pppoe->type = htons(ETH_P_PPP_SES);
net/netfilter/nf_flow_table_inet.c
26
case htons(ETH_P_PPP_SES):
net/netfilter/nf_flow_table_ip.c
185
case htons(ETH_P_PPP_SES):
net/netfilter/nf_flow_table_ip.c
410
case htons(ETH_P_PPP_SES):
net/netfilter/nf_flow_table_ip.c
452
case htons(ETH_P_PPP_SES):
net/netfilter/nf_flow_table_ip.c
580
skb->protocol = htons(ETH_P_PPP_SES);
net/netfilter/nf_flow_table_ip.c
746
case htons(ETH_P_PPP_SES):
net/netfilter/nf_flow_table_offload.c
727
case htons(ETH_P_PPP_SES):
net/sched/cls_flower.c
1131
key_val->type = htons(ETH_P_PPP_SES);
net/sched/cls_flower.c
1922
if (key->basic.n_proto == htons(ETH_P_PPP_SES))