Home
last modified time | relevance | path

Searched refs:bpf_struct_ops_desc_release (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_struct_ops.c300 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release() function
423 bpf_struct_ops_desc_release(st_ops_desc); in bpf_struct_ops_desc_init()
H A Dbtf.c1723 bpf_struct_ops_desc_release(&tab->ops[i]); in btf_free_struct_ops_tab()
/linux/include/linux/
H A Dbpf.h1843 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc);
1868 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release() function