Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Detherdevice.h213 static inline bool eth_proto_is_802_3(__be16 proto) in eth_proto_is_802_3() function
Dif_vlan.h660 if (eth_proto_is_802_3(proto)) { in vlan_set_encap_proto()
/Linux-v6.1/net/ethernet/
Deth.c188 if (likely(eth_proto_is_802_3(eth->h_proto))) in eth_type_trans()
/Linux-v6.1/net/sched/
Dact_mpls.c192 if (!eth_proto_is_802_3(nla_get_be16(tb[TCA_MPLS_PROTO]))) { in tcf_mpls_init()
/Linux-v6.1/net/openvswitch/
Dflow.c528 if (eth_proto_is_802_3(proto)) in parse_ethertype()
545 if (eth_proto_is_802_3(llc->ethertype)) in parse_ethertype()
Dflow_netlink.c1143 } else if (!eth_proto_is_802_3(eth_type)) { in parse_eth_type_from_nlattrs()
/Linux-v6.1/net/ipv4/
Dip_tunnel_core.c107 if (likely(eth_proto_is_802_3(eh->h_proto))) in __iptunnel_pull_header()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c1730 if (!eth_proto_is_802_3(flower->common.protocol)) in nfp_flower_repr_offload()
/Linux-v6.1/net/ipv6/
Dseg6_local.c479 if (!eth_proto_is_802_3(eth->h_proto)) in input_action_end_dx2()
/Linux-v6.1/net/bridge/netfilter/
Debtables.c144 if (NF_INVF(e, EBT_IPROTO, eth_proto_is_802_3(ethproto))) in ebt_basic_match()