Top |
NMSetting * | nm_setting_link_new () |
gint64 | nm_setting_link_get_tx_queue_length () |
gint64 | nm_setting_link_get_gso_max_size () |
gint64 | nm_setting_link_get_gso_max_segments () |
gint64 | nm_setting_link_get_gro_max_size () |
#define | NM_SETTING_LINK_SETTING_NAME |
#define | NM_SETTING_LINK_TX_QUEUE_LENGTH |
#define | NM_SETTING_LINK_GSO_MAX_SIZE |
#define | NM_SETTING_LINK_GSO_MAX_SEGMENTS |
#define | NM_SETTING_LINK_GRO_MAX_SIZE |
NMSetting *
nm_setting_link_new (void
);
Creates a new NMSettingLink object with default values.
Since: 1.44
gint64
nm_setting_link_get_tx_queue_length (NMSettingLink *setting
);
Returns the value contained in the “tx-queue-length” property.
Since: 1.44
gint64
nm_setting_link_get_gso_max_size (NMSettingLink *setting
);
Returns the value contained in the “gso-max-size” property.
Since: 1.44
gint64
nm_setting_link_get_gso_max_segments (NMSettingLink *setting
);
Returns the value contained in the “gso-max-segments” property.
Since: 1.44
gint64
nm_setting_link_get_gro_max_size (NMSettingLink *setting
);
Returns the value contained in the “gro-max-size” property.
Since: 1.44