Searched refs:genl_notify (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/Documentation/core-api/ |
D | netlink.rst | 46 Make sure to pass the request info to genl_notify() to allow ``NLM_F_ECHO``
|
/Linux-v6.6/include/net/ |
D | genetlink.h | 301 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
|
/Linux-v6.6/net/netlink/ |
D | genetlink.c | 1801 void genl_notify(const struct genl_family *family, struct sk_buff *skb, in genl_notify() function 1814 EXPORT_SYMBOL(genl_notify);
|
/Linux-v6.6/drivers/net/ieee802154/ |
D | mac802154_hwsim.c | 807 genl_notify(&hwsim_genl_family, mcast_skb, info, in hwsim_mcast_config_msg()
|
/Linux-v6.6/net/openvswitch/ |
D | datapath.c | 85 genl_notify(family, skb, info, 0, GFP_KERNEL); in ovs_notify()
|
/Linux-v6.6/drivers/net/wireless/virtual/ |
D | mac80211_hwsim.c | 3907 genl_notify(&hwsim_genl_family, mcast_skb, info, in hwsim_mcast_config_msg()
|