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