Loading net/core/dev.c +2 −1 Original line number Diff line number Diff line Loading @@ -2645,7 +2645,8 @@ struct sk_buff *dev_hard_start_xmit(struct sk_buff *first, struct net_device *de return skb; } struct sk_buff *validate_xmit_vlan(struct sk_buff *skb, netdev_features_t features) static struct sk_buff *validate_xmit_vlan(struct sk_buff *skb, netdev_features_t features) { if (vlan_tx_tag_present(skb) && !vlan_hw_offload_capable(features, skb->vlan_proto)) { Loading Loading
net/core/dev.c +2 −1 Original line number Diff line number Diff line Loading @@ -2645,7 +2645,8 @@ struct sk_buff *dev_hard_start_xmit(struct sk_buff *first, struct net_device *de return skb; } struct sk_buff *validate_xmit_vlan(struct sk_buff *skb, netdev_features_t features) static struct sk_buff *validate_xmit_vlan(struct sk_buff *skb, netdev_features_t features) { if (vlan_tx_tag_present(skb) && !vlan_hw_offload_capable(features, skb->vlan_proto)) { Loading