Home
last modified time | relevance | path

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

/include/net/libeth/
Drx.h15 #define LIBETH_SKB_HEADROOM (NET_SKB_PAD + NET_IP_ALIGN)
/include/linux/
Dskbuff.h3190 #ifndef NET_IP_ALIGN
3191 #define NET_IP_ALIGN 2 macro
3416 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()