Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dif.h35 #define IFALIASZ 256 macro
/Linux-v6.6/net/core/
Dnet-sysfs.c461 char tmp[IFALIASZ]; in ifalias_show()
Drtnetlink.c1063 + nla_total_size(IFALIASZ) /* IFLA_IFALIAS */ in if_nlmsg_size()
1618 char buf[IFALIASZ]; in nla_put_ifalias()
1948 [IFLA_IFALIAS] = { .type = NLA_BINARY, .len = IFALIASZ - 1 },
Ddev.c1303 if (len >= IFALIASZ) in dev_set_alias()