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.c1958 prop_list = nla_nest_start(skb, IFLA_PROP_LIST); in rtnl_fill_prop_list()
2267 [IFLA_PROP_LIST] = { .type = NLA_NESTED },
4315 if (!tb[IFLA_PROP_LIST]) in rtnl_linkprop()
4318 nla_for_each_nested(attr, tb[IFLA_PROP_LIST], rem) { in rtnl_linkprop()