Home
last modified time | relevance | path

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

/systemd-251/src/network/netdev/
Dvlan.c13 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()
/systemd-251/src/basic/linux/
Dif_link.h576 struct ifla_vlan_flags { struct
/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-types-rtnl.c338 … [IFLA_VLAN_FLAGS] = { .type = NETLINK_TYPE_BINARY, .size = sizeof(struct ifla_vlan_flags) },