Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dif.h35 #define IFALIASZ 256 macro
/Linux-v5.10/net/core/
Dnet-sysfs.c438 char tmp[IFALIASZ]; in ifalias_show()
Drtnetlink.c1018 + nla_total_size(IFALIASZ) /* IFLA_IFALIAS */ in if_nlmsg_size()
1564 char buf[IFALIASZ]; in nla_put_ifalias()
1849 [IFLA_IFALIAS] = { .type = NLA_BINARY, .len = IFALIASZ - 1 },
Ddev.c1391 if (len >= IFALIASZ) in dev_set_alias()