Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c4780 #define SKB_EXT_CHUNKSIZEOF(x) (ALIGN((sizeof(x)), SKB_EXT_ALIGN_VALUE) / SKB_EXT_ALIGN_VALUE) macro
4784 [SKB_EXT_BRIDGE_NF] = SKB_EXT_CHUNKSIZEOF(struct nf_bridge_info),
4787 [SKB_EXT_SEC_PATH] = SKB_EXT_CHUNKSIZEOF(struct sec_path),
4790 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
4793 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),
4796 [SKB_EXT_MCTP] = SKB_EXT_CHUNKSIZEOF(struct mctp_flow),
4802 unsigned int l = SKB_EXT_CHUNKSIZEOF(struct skb_ext); in skb_ext_total_length()
6688 unsigned int newlen, newoff = SKB_EXT_CHUNKSIZEOF(*ext); in __skb_ext_set()
6730 newoff = SKB_EXT_CHUNKSIZEOF(*new); in skb_ext_add()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c4270 #define SKB_EXT_CHUNKSIZEOF(x) (ALIGN((sizeof(x)), SKB_EXT_ALIGN_VALUE) / SKB_EXT_ALIGN_VALUE) macro
4274 [SKB_EXT_BRIDGE_NF] = SKB_EXT_CHUNKSIZEOF(struct nf_bridge_info),
4277 [SKB_EXT_SEC_PATH] = SKB_EXT_CHUNKSIZEOF(struct sec_path),
4280 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),
4283 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),
4289 return SKB_EXT_CHUNKSIZEOF(struct skb_ext) + in skb_ext_total_length()
6299 unsigned int newlen, newoff = SKB_EXT_CHUNKSIZEOF(*ext); in __skb_ext_set()
6341 newoff = SKB_EXT_CHUNKSIZEOF(*new); in skb_ext_add()

Completed in 15 milliseconds