Home
last modified time | relevance | path

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

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

Completed in 38 milliseconds