Home
last modified time | relevance | path

Searched refs:IFLA_PHYS_PORT_NAME (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Dif_link.h155 IFLA_PHYS_PORT_NAME, enumerator
/third_party/libnl/lib/route/
Dlink.c372 [IFLA_PHYS_PORT_NAME] = { .type = NLA_STRING, .maxlen = IFNAMSIZ },
780 if (tb[IFLA_PHYS_PORT_NAME]) { in link_msg_parser()
781 nla_strlcpy(link->l_phys_port_name, tb[IFLA_PHYS_PORT_NAME], IFNAMSIZ); in link_msg_parser()