Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif.h35 #define IFALIASZ 256 macro
/linux/net/core/
H A Drtnetlink.c1298 + nla_total_size(IFALIASZ) /* IFLA_IFALIAS */ in if_nlmsg_size()
1867 char buf[IFALIASZ]; in nla_put_ifalias()
2243 [IFLA_IFALIAS] = { .type = NLA_BINARY, .len = IFALIASZ - 1 },
H A Dnet-sysfs.c600 char tmp[IFALIASZ]; in ifalias_show()
H A Ddev.c1536 if (len >= IFALIASZ) in netif_set_alias()