libnl 3.7.0
nl_cli_tc_module Struct Reference

Data Fields

const char * tm_name
 
enum rtnl_tc_type tm_type
 
struct rtnl_tc_ops * tm_ops
 
void(* tm_parse_argv )(struct rtnl_tc *, int, char **)
 
struct nl_list_head tm_list
 

Detailed Description

Definition at line 26 of file tc.h.

Field Documentation

◆ tm_name

const char* nl_cli_tc_module::tm_name

Definition at line 28 of file tc.h.

◆ tm_type

enum rtnl_tc_type nl_cli_tc_module::tm_type

Definition at line 29 of file tc.h.

◆ tm_ops

struct rtnl_tc_ops* nl_cli_tc_module::tm_ops

Definition at line 30 of file tc.h.

◆ tm_parse_argv

void(* nl_cli_tc_module::tm_parse_argv) (struct rtnl_tc *, int, char **)

Definition at line 31 of file tc.h.

◆ tm_list

struct nl_list_head nl_cli_tc_module::tm_list

Definition at line 32 of file tc.h.