ETH_P_802_3
if (type == cpu_to_be16(ETH_P_802_3))
protocol = htons(ETH_P_802_3);
return htons(ETH_P_802_3);
return htons(ETH_P_802_3);
case ETH_P_802_3:
case ETH_P_802_3:
return htons(ETH_P_802_3);
__be16 proto = htons(ETH_P_802_3);
xmit_skb->protocol = htons(ETH_P_802_3);
skb2->protocol = htons(ETH_P_802_3);
skb->protocol = htons(ETH_P_802_3);
if (type != ETH_P_802_3 && type != ETH_P_802_2)
return ETH_P_802_3;
res = (sap && *sap == 0xFFFF) ? htons(ETH_P_802_3) : htons(ETH_P_802_2);
if (type == htons(ETH_P_802_3))
if (type != ETH_P_802_3 && type != ETH_P_802_2)
xmit_skb->protocol = htons(ETH_P_802_3);
xmit_skb->protocol = htons(ETH_P_802_3);
skb->protocol = htons(ETH_P_802_3);