![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #include <bpf/bpf.h> 0003 0004 int main(void) 0005 { 0006 return bpf_prog_load(0 /* prog_type */, NULL /* prog_name */, 0007 NULL /* license */, NULL /* insns */, 0008 0 /* insn_cnt */, NULL /* opts */); 0009 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |