eth_proto_is_802_3 1435 drivers/net/ethernet/netronome/nfp/flower/offload.c if (!eth_proto_is_802_3(flower->common.protocol)) eth_proto_is_802_3 640 include/linux/if_vlan.h if (eth_proto_is_802_3(proto)) { eth_proto_is_802_3 131 net/bridge/netfilter/ebtables.c if (NF_INVF(e, EBT_IPROTO, eth_proto_is_802_3(ethproto))) eth_proto_is_802_3 192 net/ethernet/eth.c if (likely(eth_proto_is_802_3(eth->h_proto))) eth_proto_is_802_3 103 net/ipv4/ip_tunnel_core.c if (likely(eth_proto_is_802_3(eh->h_proto))) eth_proto_is_802_3 284 net/ipv6/seg6_local.c if (!eth_proto_is_802_3(eth->h_proto)) eth_proto_is_802_3 382 net/openvswitch/flow.c if (eth_proto_is_802_3(proto)) eth_proto_is_802_3 399 net/openvswitch/flow.c if (eth_proto_is_802_3(llc->ethertype)) eth_proto_is_802_3 1131 net/openvswitch/flow_netlink.c } else if (!eth_proto_is_802_3(eth_type)) { eth_proto_is_802_3 173 net/sched/act_mpls.c if (!eth_proto_is_802_3(nla_get_be16(tb[TCA_MPLS_PROTO]))) {