Home
last modified time | relevance | path

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

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