Lines Matching defs:nested

1892 				   u16 nested)
1897 nl_combi = nla_nest_start_noflag(msg, idx | nested);
1902 nested);
1951 bool large, u16 nested)
1957 nl_combis = nla_nest_start_noflag(msg, attr | nested);
1969 if (nl80211_put_ifcomb_data(msg, large, i + 1, &c[i], nested))
2555 struct nlattr *nested, *nested_akms;
2562 nested = nla_nest_start(msg, NL80211_ATTR_IFTYPE_AKM_SUITES);
2563 if (!nested)
2585 nla_nest_end(msg, nested);
3317 struct nlattr *nested;
3319 nested = nla_nest_start_noflag(msg,
3321 if (!nested)
3329 nla_nest_end(msg, nested);
3334 struct nlattr *nested;
3336 nested = nla_nest_start_noflag(msg,
3338 if (!nested)
3346 nla_nest_end(msg, nested);
3371 struct nlattr *nested;
3374 nested = nla_nest_start(msg, NL80211_ATTR_BSS_PARAM);
3375 if (!nested)
3402 nla_nest_end(msg, nested);
3405 struct nlattr *nested;
3408 nested = nla_nest_start_noflag(msg,
3410 if (!nested)
3421 nla_nest_end(msg, nested);
3429 struct nlattr *nested_ext_capab, *nested;
3431 nested = nla_nest_start_noflag(msg,
3433 if (!nested)
3468 nla_nest_end(msg, nested);
5498 /* This function returns an error or the number of nested attributes */
6023 /* The nested attribute uses enum nl80211_band as the index. This maps
10555 /* only process one nested attribute */
17274 "unexpected nested data");
17282 NL_SET_ERR_MSG_ATTR(extack, attr, "expected nested data");
20596 struct nlattr *nested;
20598 nested = nla_nest_start(msg, NL80211_ATTR_MLO_LINKS);
20599 if (!nested)
20625 nla_nest_end(msg, nested);
20702 struct nlattr *nested;
20704 nested = nla_nest_start(msg, NL80211_ATTR_MLO_LINKS);
20705 if (!nested)
20729 nla_nest_end(msg, nested);