Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif.h35 #define IFALIASZ 256 macro
/openbmc/linux/net/core/
H A Dnet-sysfs.c459 char tmp[IFALIASZ]; in ifalias_show()
H A Drtnetlink.c1092 + nla_total_size(IFALIASZ) /* IFLA_IFALIAS */ in if_nlmsg_size()
1647 char buf[IFALIASZ]; in nla_put_ifalias()
1977 [IFLA_IFALIAS] = { .type = NLA_BINARY, .len = IFALIASZ - 1 },
H A Ddev.c1334 if (len >= IFALIASZ) in dev_set_alias()