Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/
Dskbuff.c4325 #define SKB_EXT_ALIGN_VALUE 8 macro
4326 #define SKB_EXT_CHUNKSIZEOF(x) (ALIGN((sizeof(x)), SKB_EXT_ALIGN_VALUE) / SKB_EXT_ALIGN_VALUE)
4373 SKB_EXT_ALIGN_VALUE * skb_ext_total_length(), in skb_extensions_init()
6298 return (void *)ext + (ext->offset[id] * SKB_EXT_ALIGN_VALUE); in skb_ext_get_ptr()
6334 memcpy(new, old, old->chunks * SKB_EXT_ALIGN_VALUE); in skb_ext_maybe_cow()