libnl 1.1.4
Data Fields
nl_msgtype Struct Reference

Message type to cache action association. More...

#include <cache-api.h>

Data Fields

int mt_id
 Netlink message type.
 
int mt_act
 Cache action to take.
 
char * mt_name
 Name of operation for human-readable printing.
 

Detailed Description

Definition at line 128 of file cache-api.h.

Field Documentation

◆ mt_id

int nl_msgtype::mt_id

Definition at line 131 of file cache-api.h.

Referenced by genl_register(), and nl_msgtype_lookup().

◆ mt_act

int nl_msgtype::mt_act

Definition at line 134 of file cache-api.h.

◆ mt_name

char* nl_msgtype::mt_name

Definition at line 137 of file cache-api.h.

Referenced by genl_register().