net/batman-adv/trace.c

Source file repositories/reference/linux-study-clean/net/batman-adv/trace.c

File Facts

System
Linux kernel
Corpus path
net/batman-adv/trace.c
Extension
.c
Size
153 bytes
Lines
9
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: implementation source
Status
source implementation candidate

Why This File Exists

Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0
/* Copyright (C) B.A.T.M.A.N. contributors:
 *
 * Sven Eckelmann
 */

#define CREATE_TRACE_POINTS
#include "trace.h"

Annotation

Implementation Notes