net/dsa/netlink.h

Source file repositories/reference/linux-study-clean/net/dsa/netlink.h

File Facts

System
Linux kernel
Corpus path
net/dsa/netlink.h
Extension
.h
Size
162 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

#ifndef __DSA_NETLINK_H
#define __DSA_NETLINK_H

extern struct rtnl_link_ops dsa_link_ops __read_mostly;

#endif

Annotation

Implementation Notes