Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/netfilter/ipset/
H A Dip_set.h403 struct nlattr *__nested = nla_nest_start(skb, type); in nla_put_ipaddr4() local
406 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() local
420 if (!__nested) in nla_put_ipaddr6()
424 nla_nest_end(skb, __nested); in nla_put_ipaddr6()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dexception250 struct __nested
254 _LIBCPP_INLINE_VISIBILITY explicit __nested(const _Tp& __t) : _Tp(__t) {}
270 throw __nested<_Up>(_VSTD::forward<_Tp>(__t));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dexception250 struct __nested
254 _LIBCPP_INLINE_VISIBILITY explicit __nested(const _Tp& __t) : _Tp(__t) {}
270 throw __nested<_Up>(_VSTD::forward<_Tp>(__t));