Searched refs:SKB_EXT_CHUNKSIZEOF (Results 1 – 1 of 1) sorted by relevance
4269 #define SKB_EXT_CHUNKSIZEOF(x) (ALIGN((sizeof(x)), SKB_EXT_ALIGN_VALUE) / SKB_EXT_ALIGN_VALUE) macro4273 [SKB_EXT_BRIDGE_NF] = SKB_EXT_CHUNKSIZEOF(struct nf_bridge_info),4276 [SKB_EXT_SEC_PATH] = SKB_EXT_CHUNKSIZEOF(struct sec_path),4279 [TC_SKB_EXT] = SKB_EXT_CHUNKSIZEOF(struct tc_skb_ext),4282 [SKB_EXT_MPTCP] = SKB_EXT_CHUNKSIZEOF(struct mptcp_ext),4285 [SKB_EXT_KCOV_HANDLE] = SKB_EXT_CHUNKSIZEOF(u64),4291 return SKB_EXT_CHUNKSIZEOF(struct skb_ext) + in skb_ext_total_length()6291 unsigned int newlen, newoff = SKB_EXT_CHUNKSIZEOF(*ext); in __skb_ext_set()6333 newoff = SKB_EXT_CHUNKSIZEOF(*new); in skb_ext_add()