Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dnetdev-genl.c407 if (nla_put_empty_nest(rsp, NETDEV_A_QUEUE_XSK)) in netdev_nl_queue_fill_one()
418 if (nla_put_empty_nest(rsp, NETDEV_A_QUEUE_XSK)) in netdev_nl_queue_fill_one()
/linux-6.15/include/net/
H A Dnetlink.h2253 static inline int nla_put_empty_nest(struct sk_buff *skb, int attrtype) in nla_put_empty_nest() function