Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif.h35 #define IFALIASZ 256 macro
/linux/net/core/
H A Drtnetlink.c1277 + nla_total_size(IFALIASZ) /* IFLA_IFALIAS */ in if_nlmsg_size()
1845 char buf[IFALIASZ]; in nla_put_ifalias()
2221 [IFLA_IFALIAS] = { .type = NLA_BINARY, .len = IFALIASZ - 1 },
H A Ddev.c1517 if (len >= IFALIASZ) in netif_set_alias()