Lines Matching defs:ethernet
5820 /* This value should be large enough to cover a tagged ethernet header plus
5865 /* This value should be large enough to cover a tagged ethernet header plus
6527 * @ethernet: flag to indicate if the resulting packet after skb_mpls_push is
6528 * ethernet
6535 int mac_len, bool ethernet)
6567 if (ethernet && mac_len >= ETH_HLEN)
6581 * @ethernet: flag to indicate if the packet is ethernet
6588 bool ethernet)
6607 if (ethernet && mac_len >= ETH_HLEN) {