Lines Matching full:code
14 developing Netlink related code. The tool is implemented in Python
51 code from ``cli.py``.
53 Generating kernel code
58 way to generate / update auto-generated code.
60 By default code is re-generated only if spec is newer than the source,
78 The code generation itself is performed by ``tools/net/ynl/ynl-gen-c.py``
86 (based on libmnl) which integrates with code generated by
92 The YNL library consists of two parts - the generic code (functions
93 prefix by ``ynl_``) and per-family auto-generated code (prefixed
97 struct (family structs are exported by the auto-generated code).
105 code (for the netdev family in this case):
107 .. code-block:: c