net/batman-adv/bat_iv_ogm.h

Source file repositories/reference/linux-study-clean/net/batman-adv/bat_iv_ogm.h

File Facts

System
Linux kernel
Corpus path
net/batman-adv/bat_iv_ogm.h
Extension
.h
Size
292 bytes
Lines
15
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 _NET_BATMAN_ADV_BAT_IV_OGM_H_
#define _NET_BATMAN_ADV_BAT_IV_OGM_H_

#include "main.h"

int batadv_iv_init(void);

#endif /* _NET_BATMAN_ADV_BAT_IV_OGM_H_ */

Annotation

Implementation Notes