Searched refs:NET_IP_ALIGN (Results 1 – 1 of 1) sorted by relevance
2474 #ifndef NET_IP_ALIGN2475 #define NET_IP_ALIGN 2 macro2668 struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); in __netdev_alloc_skb_ip_align()2670 if (NET_IP_ALIGN && skb) in __netdev_alloc_skb_ip_align()2671 skb_reserve(skb, NET_IP_ALIGN); in __netdev_alloc_skb_ip_align()