Searched refs:IFALIASZ (Results 1 – 3 of 3) sorted by relevance
27 #define IFALIASZ 256 macro
746 + nla_total_size(IFALIASZ) /* IFLA_IFALIAS */ in if_nlmsg_size()1046 [IFLA_IFALIAS] = { .type = NLA_STRING, .len = IFALIASZ-1 },
1050 if (len >= IFALIASZ) in dev_set_alias()