Home
last modified time | relevance | path

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

/linux/include/linux/
H A Detherdevice.h220 static inline bool eth_proto_is_802_3(__be16 proto) in eth_proto_is_802_3() function
/linux/net/ethernet/
H A Deth.c176 if (likely(eth_proto_is_802_3(eth->h_proto))) in eth_type_trans()
/linux/net/sched/
H A Dact_mpls.c220 if (!eth_proto_is_802_3(nla_get_be16(tb[TCA_MPLS_PROTO]))) { in tcf_mpls_init()
/linux/net/ipv4/
H A Dip_tunnel_core.c124 if (likely(eth_proto_is_802_3(eh->h_proto))) in __iptunnel_pull_header()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1735 if (!eth_proto_is_802_3(flower->common.protocol)) in nfp_flower_repr_offload()
/linux/net/ipv6/
H A Dseg6_local.c869 if (!eth_proto_is_802_3(eth->h_proto)) in input_action_end_dx2()
/linux/net/bridge/netfilter/
H A Debtables.c144 if (NF_INVF(e, EBT_IPROTO, eth_proto_is_802_3(ethproto))) in ebt_basic_match()
/linux/net/openvswitch/
H A Dflow_netlink.c1159 } else if (!eth_proto_is_802_3(eth_type)) { in parse_eth_type_from_nlattrs()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1765 !eth_proto_is_802_3(eth_hdr(skb)->h_proto)) { in mtk_start_xmit()