libnl 3.9.0
rtnl_tc_type_ops Struct Reference

Data Fields

enum rtnl_tc_type tt_type
 
char * tt_dump_prefix
 
void(* tt_dump [NL_DUMP_MAX+1])(struct rtnl_tc *, struct nl_dump_params *)
 Dump callbacks.
 

Detailed Description

Definition at line 51 of file tc-api.h.

Field Documentation

◆ tt_type

enum rtnl_tc_type rtnl_tc_type_ops::tt_type

Definition at line 53 of file tc-api.h.

◆ tt_dump_prefix

char* rtnl_tc_type_ops::tt_dump_prefix

Definition at line 55 of file tc-api.h.

◆ tt_dump

void(* rtnl_tc_type_ops::tt_dump[NL_DUMP_MAX+1])(struct rtnl_tc *, struct nl_dump_params *)

Dump callbacks.

Definition at line 60 of file tc-api.h.