Home
last modified time | relevance | path

Searched refs:IFLA_PROP_LIST (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dif_link.h360 IFLA_PROP_LIST, enumerator
/linux/include/uapi/linux/
H A Dif_link.h360 IFLA_PROP_LIST, enumerator
/linux/net/core/
H A Drtnetlink.c1749 prop_list = nla_nest_start(skb, IFLA_PROP_LIST); in rtnl_fill_prop_list()
2049 [IFLA_PROP_LIST] = { .type = NLA_NESTED },
3971 if (!tb[IFLA_PROP_LIST]) in rtnl_linkprop()
3974 nla_for_each_nested(attr, tb[IFLA_PROP_LIST], rem) { in rtnl_linkprop()