net/openvswitch/openvswitch_trace.c

Source file repositories/reference/linux-study-clean/net/openvswitch/openvswitch_trace.c

File Facts

System
Linux kernel
Corpus path
net/openvswitch/openvswitch_trace.c
Extension
.c
Size
248 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
/* bug in tracepoint.h, it should include this */
#include <linux/module.h>

/* sparse isn't too happy with all macros... */
#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "openvswitch_trace.h"

#endif

Annotation

Implementation Notes