Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Detherdevice.h206 static inline bool eth_proto_is_802_3(__be16 proto) in eth_proto_is_802_3() function
H A Dif_vlan.h655 if (eth_proto_is_802_3(proto)) { in vlan_set_encap_proto()
/OK3568_Linux_fs/kernel/net/ethernet/
H A Deth.c192 if (likely(eth_proto_is_802_3(eth->h_proto))) in eth_type_trans()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow.c382 if (eth_proto_is_802_3(proto)) in parse_ethertype()
399 if (eth_proto_is_802_3(llc->ethertype)) in parse_ethertype()
H A Dflow_netlink.c1133 } else if (!eth_proto_is_802_3(eth_type)) { in parse_eth_type_from_nlattrs()
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_mpls.c193 if (!eth_proto_is_802_3(nla_get_be16(tb[TCA_MPLS_PROTO]))) { in tcf_mpls_init()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dseg6_local.c298 if (!eth_proto_is_802_3(eth->h_proto)) in input_action_end_dx2()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_tunnel_core.c107 if (likely(eth_proto_is_802_3(eh->h_proto))) in __iptunnel_pull_header()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c1631 if (!eth_proto_is_802_3(flower->common.protocol)) in nfp_flower_repr_offload()
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c131 if (NF_INVF(e, EBT_IPROTO, eth_proto_is_802_3(ethproto))) in ebt_basic_match()