Lines Matching full:functions
7 functions and types. Every group has its own naming convention
11 All types and functions provided by libbpf API should have one of the
28 Another class of types and functions provided by libbpf API is "objects"
29 and functions to work with them. Objects are high-level abstractions
44 Functions that work with an object have names built from object name,
52 All objects and corresponding functions other than BTF related should go
53 to ``libbpf.h``. BTF types and functions should go to ``btf.h``.
55 Auxiliary functions
58 Auxiliary functions and types that don't fit well in any of categories
62 AF_XDP functions
65 AF_XDP functions should have an ``xsk_`` prefix, e.g.
67 of both low-level ring access functions and high-level configuration
68 functions. These can be mixed and matched. Note that these functions