Searched refs:NET_IP_ALIGN (Results 1 – 2 of 2) sorted by relevance
15 #define LIBETH_SKB_HEADROOM (NET_SKB_PAD + NET_IP_ALIGN)
3190 #ifndef NET_IP_ALIGN3191 #define NET_IP_ALIGN 2 macro3416 struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); in __netdev_alloc_skb_ip_align()3418 if (NET_IP_ALIGN && skb) in __netdev_alloc_skb_ip_align()3419 skb_reserve(skb, NET_IP_ALIGN); in __netdev_alloc_skb_ip_align()