Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c4269 #define SKB_EXT_ALIGN_VALUE 8 macro
4270 #define SKB_EXT_CHUNKSIZEOF(x) (ALIGN((sizeof(x)), SKB_EXT_ALIGN_VALUE) / SKB_EXT_ALIGN_VALUE)
4311 SKB_EXT_ALIGN_VALUE * skb_ext_total_length(), in skb_extensions_init()
6234 return (void *)ext + (ext->offset[id] * SKB_EXT_ALIGN_VALUE); in skb_ext_get_ptr()
6270 memcpy(new, old, old->chunks * SKB_EXT_ALIGN_VALUE); in skb_ext_maybe_cow()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c4779 #define SKB_EXT_ALIGN_VALUE 8 macro
4780 #define SKB_EXT_CHUNKSIZEOF(x) (ALIGN((sizeof(x)), SKB_EXT_ALIGN_VALUE) / SKB_EXT_ALIGN_VALUE)
4819 SKB_EXT_ALIGN_VALUE * skb_ext_total_length(), in skb_extensions_init()
6615 return (void *)ext + (ext->offset[id] * SKB_EXT_ALIGN_VALUE); in skb_ext_get_ptr()
6651 memcpy(new, old, old->chunks * SKB_EXT_ALIGN_VALUE); in skb_ext_maybe_cow()

Completed in 15 milliseconds