net/atm/protocols.h

Source file repositories/reference/linux-study-clean/net/atm/protocols.h

File Facts

System
Linux kernel
Corpus path
net/atm/protocols.h
Extension
.h
Size
349 bytes
Lines
14
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_ATM_PROTOCOLS_H
#define NET_ATM_PROTOCOLS_H

int atm_init_aal0(struct atm_vcc *vcc);	/* "raw" AAL0 */
int atm_init_aal5(struct atm_vcc *vcc);	/* "raw" AAL5 transport */

#endif

Annotation

Implementation Notes