Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/netfilter/ipset/
Dip_set.h393 struct nlattr *__nested = nla_nest_start(skb, type); in nla_put_ipaddr4() local
396 if (!__nested) in nla_put_ipaddr4()
400 nla_nest_end(skb, __nested); in nla_put_ipaddr4()
407 struct nlattr *__nested = nla_nest_start(skb, type); in nla_put_ipaddr6() local
410 if (!__nested) in nla_put_ipaddr6()
414 nla_nest_end(skb, __nested); in nla_put_ipaddr6()