Searched refs:NET_IP_ALIGN (Results 1 – 1 of 1) sorted by relevance
2276 #ifndef NET_IP_ALIGN2277 #define NET_IP_ALIGN 2 macro2459 struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); in __netdev_alloc_skb_ip_align()2461 if (NET_IP_ALIGN && skb) in __netdev_alloc_skb_ip_align()2462 skb_reserve(skb, NET_IP_ALIGN); in __netdev_alloc_skb_ip_align()