Lines Matching defs:protocol
560 skb->protocol = eth_type_trans(skb, netdev);
3117 /* 82571 and greater support packet-split where the protocol
3122 * sized to hold the largest protocol header.
5431 __be16 protocol)
5450 if (protocol == htons(ETH_P_IP)) {
5496 __be16 protocol)
5508 switch (protocol) {
5510 if (ip_hdr(skb)->protocol == IPPROTO_TCP)
5521 be16_to_cpu(protocol));
5734 if (ip->protocol != IPPROTO_UDP)
5794 __be16 protocol = vlan_get_protocol(skb);
5866 tso = e1000_tso(tx_ring, skb, protocol);
5874 else if (e1000_tx_csum(tx_ring, skb, protocol))
5881 if (protocol == htons(ETH_P_IP))