|
@@ -2447,8 +2447,7 @@ static int tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb,
|
|
|
len = ((to_write > len_max) ? len_max : to_write);
|
|
|
}
|
|
|
|
|
|
- if (!packet_use_direct_xmit(po))
|
|
|
- skb_probe_transport_header(skb, 0);
|
|
|
+ skb_probe_transport_header(skb, 0);
|
|
|
|
|
|
return tp_len;
|
|
|
}
|
|
@@ -2808,8 +2807,8 @@ static int packet_snd(struct socket *sock, struct msghdr *msg, size_t len)
|
|
|
len += vnet_hdr_len;
|
|
|
}
|
|
|
|
|
|
- if (!packet_use_direct_xmit(po))
|
|
|
- skb_probe_transport_header(skb, reserve);
|
|
|
+ skb_probe_transport_header(skb, reserve);
|
|
|
+
|
|
|
if (unlikely(extra_len == 4))
|
|
|
skb->no_fcs = 1;
|
|
|
|