net/ipv6/ip6_offload.h

Source file repositories/reference/linux-study-clean/net/ipv6/ip6_offload.h

File Facts

System
Linux kernel
Corpus path
net/ipv6/ip6_offload.h
Extension
.h
Size
302 bytes
Lines
16
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 __ip6_offload_h
#define __ip6_offload_h

int ipv6_exthdrs_offload_init(void);
int udpv6_offload_init(void);
int udpv6_offload_exit(void);
int tcpv6_offload_init(void);

#endif

Annotation

Implementation Notes