Searched refs:ifla_vlan_flags (Results 1 – 3 of 3) sorted by relevance
13 struct ifla_vlan_flags flags = {}; in netdev_vlan_fill_message_create()55 … r = sd_netlink_message_append_data(req, IFLA_VLAN_FLAGS, &flags, sizeof(struct ifla_vlan_flags)); in netdev_vlan_fill_message_create()
576 struct ifla_vlan_flags { struct
338 … [IFLA_VLAN_FLAGS] = { .type = NETLINK_TYPE_BINARY, .size = sizeof(struct ifla_vlan_flags) },