| Top |
| #define | NM_SETTING_TC_CONFIG_SETTING_NAME |
| #define | NM_SETTING_TC_CONFIG_QDISCS |
| #define | NM_SETTING_TC_CONFIG_TFILTERS |
NMTCQdisc * nm_tc_qdisc_new (const char *kind,guint32 parent,GError **error);
Creates a new NMTCQdisc object.
kind |
name of the queueing discipline |
|
parent |
the parent queueing discipline |
|
error |
location to store error, or |
Since: 1.12
void
nm_tc_qdisc_ref (NMTCQdisc *qdisc);
Increases the reference count of the object.
Since: 1.12
void
nm_tc_qdisc_unref (NMTCQdisc *qdisc);
Decreases the reference count of the object. If the reference count reaches zero, the object will be destroyed.
Since: 1.12
gboolean nm_tc_qdisc_equal (NMTCQdisc *qdisc,NMTCQdisc *other);
Determines if two NMTCQdisc objects contain the same kind, * handle and parent.
Since: 1.12
NMTCQdisc *
nm_tc_qdisc_dup (NMTCQdisc *qdisc);
Creates a copy of qdisc
Since: 1.12
void nm_tc_qdisc_set_handle (NMTCQdisc *qdisc,guint32 handle);
Sets the queueing discipline handle.
Since: 1.12
const char **
nm_tc_qdisc_get_attribute_names (NMTCQdisc *qdisc);
Gets an array of attribute names defined on qdisc
.
a NULL-terminated array of attribute names
or NULL if no attributes are set.
[transfer container]
Since: 1.18