Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_team.h13 #define TEAM_STRING_MAX_LEN 32 macro
/linux/drivers/net/team/
H A Dteam_nl.c16 [TEAM_ATTR_OPTION_NAME] = { .type = NLA_STRING, .len = TEAM_STRING_MAX_LEN, },
H A Dteam_core.c2645 if (nla_len(attr_data) > TEAM_STRING_MAX_LEN || in team_nl_options_set_doit()