Searched refs:MacVlanMode (Results 1 – 4 of 4) sorted by relevance
6 typedef enum MacVlanMode { enum14 } MacVlanMode; typedef16 const char *macvlan_mode_to_string(MacVlanMode d) _const_;17 MacVlanMode macvlan_mode_from_string(const char *d) _pure_;
15 DEFINE_STRING_TABLE_LOOKUP(macvlan_mode, MacVlanMode);
13 MacVlanMode mode;
13 DEFINE_CONFIG_PARSE_ENUM(config_parse_macvlan_mode, macvlan_mode, MacVlanMode, "Failed to parse mac…