![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _BPF_PRELOAD_H 0003 #define _BPF_PRELOAD_H 0004 0005 struct bpf_preload_info { 0006 char link_name[16]; 0007 struct bpf_link *link; 0008 }; 0009 0010 struct bpf_preload_ops { 0011 int (*preload)(struct bpf_preload_info *); 0012 struct module *owner; 0013 }; 0014 extern struct bpf_preload_ops *bpf_preload_ops; 0015 #define BPF_PRELOAD_LINKS 2 0016 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |