Lines Matching defs:ethernet
5450 /* This value should be large enough to cover a tagged ethernet header plus
5495 /* This value should be large enough to cover a tagged ethernet header plus
6132 * @ethernet: flag to indicate if the resulting packet after skb_mpls_push is
6133 * ethernet
6140 int mac_len, bool ethernet)
6172 if (ethernet && mac_len >= ETH_HLEN)
6186 * @ethernet: flag to indicate if the packet is ethernet
6193 bool ethernet)
6212 if (ethernet && mac_len >= ETH_HLEN) {