Searched refs:ethtool_genl_family (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/ethtool/ |
A D | netlink.c | 8 static struct genl_family ethtool_genl_family; variable 207 *ehdrp = genlmsg_put_reply(skb, info, ðtool_genl_family, 0, cmd); in ethnl_reply_init() 231 ðtool_genl_family, 0, cmd); in ethnl_dump_put() 236 return genlmsg_put(skb, 0, ++ethnl_bcast_seq, ðtool_genl_family, 0, in ethnl_bcastmsg_put() 242 return genlmsg_multicast_netns(ðtool_genl_family, dev_net(dev), skb, in ethnl_multicast() 454 ðtool_genl_family, NLM_F_MULTI, in ethnl_default_dump_one() 1165 static struct genl_family ethtool_genl_family __ro_after_init = { 1183 ret = genl_register_family(ðtool_genl_family); in ethnl_init()
|
Completed in 3 milliseconds