Searched refs:BondPrimaryReselect (Results 1 - 2 of 2) sorted by relevance

/systemd/src/network/
H A Dnetworkd-netdev-bond.h95 typedef enum BondPrimaryReselect { enum
101 } BondPrimaryReselect; typedef in typeref:enum:BondPrimaryReselect
119 BondPrimaryReselect primary_reselect;
161 const char *bond_primary_reselect_to_string(BondPrimaryReselect d) _const_;
162 BondPrimaryReselect bond_primary_reselect_from_string(const char *d) _pure_;
H A Dnetworkd-netdev-bond.c141 DEFINE_STRING_TABLE_LOOKUP(bond_primary_reselect, BondPrimaryReselect);
142 DEFINE_CONFIG_PARSE_ENUM(config_parse_bond_primary_reselect, bond_primary_reselect, BondPrimaryReselect, "Failed to parse bond primary reselect");

Completed in 11 milliseconds