Home
last modified time | relevance | path

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

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