net/smc/smc_inet.h

Source file repositories/reference/linux-study-clean/net/smc/smc_inet.h

File Facts

System
Linux kernel
Corpus path
net/smc/smc_inet.h
Extension
.h
Size
477 bytes
Lines
23
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 __INET_SMC
#define __INET_SMC

/* Initialize protocol registration on IPPROTO_SMC,
 * @return 0 on success
 */
int smc_inet_init(void);

void smc_inet_exit(void);

#endif /* __INET_SMC */

Annotation

Implementation Notes