eth_proto_is_802_3(9) Determine if a given Ethertype/length is a protocol

SYNOPSIS

bool eth_proto_is_802_3(__be16 proto);

ARGUMENTS

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.

COPYRIGHT