Symbol: ETH_P_PPP_SES
drivers/net/ethernet/airoha/airoha_ppe.c
461
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
1253
.type = cpu_to_be16(ETH_P_PPP_SES),
drivers/net/ppp/pppoe.c
488
.type = cpu_to_be16(ETH_P_PPP_SES),
drivers/net/ppp/pppoe.c
813
skb->protocol = cpu_to_be16(ETH_P_PPP_SES);
drivers/net/ppp/pppoe.c
825
dev_hard_header(skb, dev, ETH_P_PPP_SES,
drivers/net/ppp/pppoe.c
882
skb->protocol = cpu_to_be16(ETH_P_PPP_SES);
drivers/net/ppp/pppoe.c
885
dev_hard_header(skb, dev, ETH_P_PPP_SES,
drivers/net/ppp/pppoe.c
921
path->encap.proto = htons(ETH_P_PPP_SES);
net/bridge/br_netfilter_hooks.c
125
return skb->protocol == htons(ETH_P_PPP_SES) &&
net/bridge/br_netfilter_hooks.c
134
return skb->protocol == htons(ETH_P_PPP_SES) &&
net/bridge/br_netfilter_hooks.c
178
case __cpu_to_be16(ETH_P_PPP_SES):
net/bridge/br_netfilter_hooks.c
264
skb->protocol = htons(ETH_P_PPP_SES);
net/bridge/br_netfilter_hooks.c
469
else if (skb->protocol == htons(ETH_P_PPP_SES))
net/core/flow_dissector.c
1367
case htons(ETH_P_PPP_SES): {
net/core/flow_dissector.c
1421
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
405
case htons(ETH_P_PPP_SES):
net/netfilter/nf_flow_table_ip.c
447
case htons(ETH_P_PPP_SES):
net/netfilter/nf_flow_table_ip.c
585
skb->protocol = htons(ETH_P_PPP_SES);
net/netfilter/nf_flow_table_ip.c
724
case htons(ETH_P_PPP_SES):
net/netfilter/nf_flow_table_offload.c
728
case htons(ETH_P_PPP_SES):
net/netfilter/nft_meta.c
335
case htons(ETH_P_PPP_SES):
net/sched/cls_flower.c
1127
key_val->type = htons(ETH_P_PPP_SES);
net/sched/cls_flower.c
1918
if (key->basic.n_proto == htons(ETH_P_PPP_SES))
tools/testing/selftests/net/lib/gro.c
1839
ethhdr_proto = htons(ETH_P_PPP_SES);
tools/testing/selftests/net/lib/gro.c
1844
ethhdr_proto = htons(ETH_P_PPP_SES);