Home
last modified time | relevance | path

Searched refs:ifla_vlan_qos_mapping (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/network/netdev/
Dvlan.c60 struct ifla_vlan_qos_mapping *m; in netdev_vlan_fill_message_create()
67 …d_netlink_message_append_data(req, IFLA_VLAN_QOS_MAPPING, m, sizeof(struct ifla_vlan_qos_mapping)); in netdev_vlan_fill_message_create()
78 struct ifla_vlan_qos_mapping *m; in netdev_vlan_fill_message_create()
85 …d_netlink_message_append_data(req, IFLA_VLAN_QOS_MAPPING, m, sizeof(struct ifla_vlan_qos_mapping)); in netdev_vlan_fill_message_create()
98 static void vlan_qos_maps_hash_func(const struct ifla_vlan_qos_mapping *x, struct siphash *state) { in vlan_qos_maps_hash_func()
103 …c int vlan_qos_maps_compare_func(const struct ifla_vlan_qos_mapping *a, const struct ifla_vlan_qos… in vlan_qos_maps_compare_func()
115 struct ifla_vlan_qos_mapping,
146 _cleanup_free_ struct ifla_vlan_qos_mapping *m = NULL; in config_parse_vlan_qos_maps()
159 m = new0(struct ifla_vlan_qos_mapping, 1); in config_parse_vlan_qos_maps()
/systemd-251/src/basic/linux/
Dif_link.h589 struct ifla_vlan_qos_mapping { struct
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-types-rtnl.c331 …OS_MAPPING] = { .type = NETLINK_TYPE_BINARY, .size = sizeof(struct ifla_vlan_qos_mapping) },