net/mac802154/trace.c

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

File Facts

System
Linux kernel
Corpus path
net/mac802154/trace.c
Extension
.c
Size
189 bytes
Lines
11
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
#include <linux/module.h>

#ifndef __CHECKER__
#include <net/cfg802154.h>
#include "driver-ops.h"
#define CREATE_TRACE_POINTS
#include "trace.h"

#endif

Annotation

Implementation Notes