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

/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c16 struct bpf_struct_ops_value { struct
48 struct bpf_struct_ops_value *uvalue;
53 struct bpf_struct_ops_value kvalue;
440 struct bpf_struct_ops_value *uvalue, *kvalue;
593 struct bpf_struct_ops_value *uvalue, *kvalue;
625 uvalue = (struct bpf_struct_ops_value *)st_map->uvalue;
626 kvalue = (struct bpf_struct_ops_value *)&st_map->kvalue;
948 (vt->size - sizeof(struct bpf_struct_ops_value));
991 vt->size - sizeof(struct bpf_struct_ops_value);
1017 struct bpf_struct_ops_value *kvalu
[all...]
/linux-master/include/linux/
H A Dbpf.h1657 struct bpf_struct_ops_value;

Completed in 141 milliseconds