Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Detherdevice.h201 static inline bool eth_proto_is_802_3(__be16 proto) in eth_proto_is_802_3() function
Dif_vlan.h542 if (eth_proto_is_802_3(proto)) { in vlan_set_encap_proto()
/linux-4.4.14/net/ethernet/
Deth.c183 if (likely(eth_proto_is_802_3(eth->h_proto))) in eth_type_trans()
/linux-4.4.14/net/openvswitch/
Dflow.c342 if (eth_proto_is_802_3(proto)) in parse_ethertype()
359 if (eth_proto_is_802_3(llc->ethertype)) in parse_ethertype()
Ddatapath.c580 if (eth_proto_is_802_3(eth->h_proto)) in ovs_packet_cmd_execute()
Dflow_netlink.c948 } else if (!eth_proto_is_802_3(eth_type)) { in ovs_key_from_nlattrs()
/linux-4.4.14/net/ipv4/
Dip_tunnel_core.c103 if (likely(eth_proto_is_802_3(eh->h_proto))) in iptunnel_pull_header()
/linux-4.4.14/net/bridge/netfilter/
Debtables.c142 if (FWINV2(eth_proto_is_802_3(ethproto), EBT_IPROTO)) in ebt_basic_match()