Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A Dnetlink.rst46 Make sure to pass the request info to genl_notify() to allow ``NLM_F_ECHO``
/linux/net/netlink/
H A Dgenetlink.c1981 void genl_notify(const struct genl_family *family, struct sk_buff *skb, in genl_notify() function
1994 EXPORT_SYMBOL(genl_notify);
/linux/net/openvswitch/
H A Ddatapath.c84 genl_notify(family, skb, info, 0, GFP_KERNEL); in ovs_notify()