Home
last modified time | relevance | path

Searched refs:bpf_prog_aux (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dbpf.h275 struct bpf_prog_aux { struct
697 static inline bool bpf_prog_is_dev_bound(const struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
716 static inline bool bpf_prog_is_dev_bound(struct bpf_prog_aux *aux) in bpf_prog_is_dev_bound()
Dsecurity.h1779 struct bpf_prog_aux;
1786 extern int security_bpf_prog_alloc(struct bpf_prog_aux *aux);
1787 extern void security_bpf_prog_free(struct bpf_prog_aux *aux);
1813 static inline int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc()
1818 static inline void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free()
Dlsm_hooks.h1779 int (*bpf_prog_alloc_security)(struct bpf_prog_aux *aux);
1780 void (*bpf_prog_free_security)(struct bpf_prog_aux *aux);
Dfilter.h32 struct bpf_prog_aux;
531 struct bpf_prog_aux *aux; /* Auxiliary fields */