1 /* Generated by ./xlat/gen.sh from ./xlat/rtnl_ifla_port_attrs.in; do not edit. */ 2 #if !(defined(IFLA_PORT_UNSPEC) || (defined(HAVE_DECL_IFLA_PORT_UNSPEC) && HAVE_DECL_IFLA_PORT_UNSPEC)) 3 # define IFLA_PORT_UNSPEC 0 4 #endif 5 #if !(defined(IFLA_PORT_VF) || (defined(HAVE_DECL_IFLA_PORT_VF) && HAVE_DECL_IFLA_PORT_VF)) 6 # define IFLA_PORT_VF 1 7 #endif 8 #if !(defined(IFLA_PORT_PROFILE) || (defined(HAVE_DECL_IFLA_PORT_PROFILE) && HAVE_DECL_IFLA_PORT_PROFILE)) 9 # define IFLA_PORT_PROFILE 2 10 #endif 11 #if !(defined(IFLA_PORT_VSI_TYPE) || (defined(HAVE_DECL_IFLA_PORT_VSI_TYPE) && HAVE_DECL_IFLA_PORT_VSI_TYPE)) 12 # define IFLA_PORT_VSI_TYPE 3 13 #endif 14 #if !(defined(IFLA_PORT_INSTANCE_UUID) || (defined(HAVE_DECL_IFLA_PORT_INSTANCE_UUID) && HAVE_DECL_IFLA_PORT_INSTANCE_UUID)) 15 # define IFLA_PORT_INSTANCE_UUID 4 16 #endif 17 #if !(defined(IFLA_PORT_HOST_UUID) || (defined(HAVE_DECL_IFLA_PORT_HOST_UUID) && HAVE_DECL_IFLA_PORT_HOST_UUID)) 18 # define IFLA_PORT_HOST_UUID 5 19 #endif 20 #if !(defined(IFLA_PORT_REQUEST) || (defined(HAVE_DECL_IFLA_PORT_REQUEST) && HAVE_DECL_IFLA_PORT_REQUEST)) 21 # define IFLA_PORT_REQUEST 6 22 #endif 23 #if !(defined(IFLA_PORT_RESPONSE) || (defined(HAVE_DECL_IFLA_PORT_RESPONSE) && HAVE_DECL_IFLA_PORT_RESPONSE)) 24 # define IFLA_PORT_RESPONSE 7 25 #endif 26 27 #ifdef IN_MPERS 28 29 # error static const struct xlat rtnl_ifla_port_attrs in mpers mode 30 31 #else 32 33 static 34 const struct xlat rtnl_ifla_port_attrs[] = { 35 XLAT(IFLA_PORT_UNSPEC), 36 XLAT(IFLA_PORT_VF), 37 XLAT(IFLA_PORT_PROFILE), 38 XLAT(IFLA_PORT_VSI_TYPE), 39 XLAT(IFLA_PORT_INSTANCE_UUID), 40 XLAT(IFLA_PORT_HOST_UUID), 41 XLAT(IFLA_PORT_REQUEST), 42 XLAT(IFLA_PORT_RESPONSE), 43 XLAT_END 44 }; 45 46 #endif /* !IN_MPERS */ 47