Name

eth_proto_is_802_3 — Determine if a given Ethertype/length is a protocol

Synopsis

bool eth_proto_is_802_3 (__be16 proto);
 

Arguments

__be16 proto

Ethertype/length value to be tested

Description

Check that the value from the Ethertype/length field is a valid Ethertype.

Return true if the valid is an 802.3 supported Ethertype.