Searched refs:__nested (Results 1 – 3 of 3) sorted by relevance
403 struct nlattr *__nested = nla_nest_start(skb, type); in nla_put_ipaddr4() local406 if (!__nested) in nla_put_ipaddr4()410 nla_nest_end(skb, __nested); in nla_put_ipaddr4()417 struct nlattr *__nested = nla_nest_start(skb, type); in nla_put_ipaddr6() local420 if (!__nested) in nla_put_ipaddr6()424 nla_nest_end(skb, __nested); in nla_put_ipaddr6()
250 struct __nested254 _LIBCPP_INLINE_VISIBILITY explicit __nested(const _Tp& __t) : _Tp(__t) {}270 throw __nested<_Up>(_VSTD::forward<_Tp>(__t));