Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dskbuff.h4666 SKB_EXT_NUM, /* must be last */ enumerator
4681 u8 offset[SKB_EXT_NUM]; /* in chunks of 8 bytes */
/openbmc/linux/net/core/
H A Dskbuff.c4824 BUILD_BUG_ON(SKB_EXT_NUM >= 8); in skb_extensions_init()