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];
93 #define BPF_LOCAL_STORAGE_MAX_VALUE_SIZE \ macro
552 if (attr->value_size > BPF_LOCAL_STORAGE_MAX_VALUE_SIZE) in bpf_local_storage_map_alloc_check()
287 __u32 max_value_size = BPF_LOCAL_STORAGE_MAX_VALUE_SIZE; in cgroup_storage_map_alloc()
571 BUILD_BUG_ON(U16_MAX - NLA_HDRLEN < BPF_LOCAL_STORAGE_MAX_VALUE_SIZE); in diag_get()
Completed in 10 milliseconds