net/ipv4/udp_tunnel_stub.c

Source file repositories/reference/linux-study-clean/net/ipv4/udp_tunnel_stub.c

File Facts

System
Linux kernel
Corpus path
net/ipv4/udp_tunnel_stub.c
Extension
.c
Size
199 bytes
Lines
8
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: exported/initcall integration point
Status
integration 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-only
// Copyright (c) 2020 Facebook Inc.

#include <net/udp_tunnel.h>

const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops;
EXPORT_SYMBOL_GPL(udp_tunnel_nic_ops);

Annotation

Implementation Notes