Home
last modified time | relevance | path

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

/net/netlink/
Dgenetlink.c687 struct nlattr *nla_ops; in ctrl_fill_info() local
691 nla_ops = nla_nest_start(skb, CTRL_ATTR_OPS); in ctrl_fill_info()
692 if (nla_ops == NULL) in ctrl_fill_info()
709 nla_nest_end(skb, nla_ops); in ctrl_fill_info()