Searched refs:BPF_LOCAL_STORAGE_MAX_VALUE_SIZE (Results 1 – 5 of 5) sorted by relevance
18 #define BPF_LOCAL_STORAGE_MAX_VALUE_SIZE (0xFFFF - \ macro41 __u8 data[BPF_LOCAL_STORAGE_MAX_VALUE_SIZE];
102 #define BPF_LOCAL_STORAGE_MAX_VALUE_SIZE \ macro
287 __u32 max_value_size = BPF_LOCAL_STORAGE_MAX_VALUE_SIZE; in cgroup_storage_map_alloc()
707 if (attr->value_size > BPF_LOCAL_STORAGE_MAX_VALUE_SIZE) in bpf_local_storage_map_alloc_check()
550 BUILD_BUG_ON(U16_MAX - NLA_HDRLEN < BPF_LOCAL_STORAGE_MAX_VALUE_SIZE); in diag_get()