libnl 1.1
|
Qdisc Operations.
#include <qdisc-modules.h>
Data Fields | |
char | qo_kind [32] |
Kind/Name of Qdisc. | |
int(* | qo_dump [NL_DUMP_MAX+1])(struct rtnl_qdisc *, struct nl_dump_params *, int) |
Dump callbacks. | |
struct nl_msg *(* | qo_get_opts )(struct rtnl_qdisc *) |
Must return the contents supposed to be in TCA_OPTIONS. | |
int(* | qo_msg_parser )(struct rtnl_qdisc *) |
TCA_OPTIONS message parser. | |
void(* | qo_free_data )(struct rtnl_qdisc *) |
Called before a Qdisc object gets destroyed. | |
int(* | qo_clone )(struct rtnl_qdisc *, struct rtnl_qdisc *) |
Called whenever a qdisc object needs to be cloned. | |
struct rtnl_qdisc_ops * | qo_next |
INTERNAL (Do not use) |
Definition at line 25 of file qdisc-modules.h.