Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_skbuff.c138 len = size + NET_SKB_PAD; in linuxkpi_dev_alloc_skb()
142 skb_reserve(skb, NET_SKB_PAD); in linuxkpi_dev_alloc_skb()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h183 #define MLX4_EN_64_ALIGN (64 - NET_SKB_PAD)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dskbuff.h100 #define NET_SKB_PAD max(CACHE_LINE_SIZE, 32) macro