Home
last modified time | relevance | path

Searched refs:NET_IP_ALIGN (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dskbuff.h2609 #ifndef NET_IP_ALIGN
2610 #define NET_IP_ALIGN 2 macro
2801 struct sk_buff *skb = __netdev_alloc_skb(dev, length + NET_IP_ALIGN, gfp); in __netdev_alloc_skb_ip_align()
2803 if (NET_IP_ALIGN && skb) in __netdev_alloc_skb_ip_align()
2804 skb_reserve(skb, NET_IP_ALIGN); in __netdev_alloc_skb_ip_align()