Searched refs:genl_notify (Results 1 – 3 of 3) sorted by relevance
46 Make sure to pass the request info to genl_notify() to allow ``NLM_F_ECHO``
1981 void genl_notify(const struct genl_family *family, struct sk_buff *skb, in genl_notify() function1994 EXPORT_SYMBOL(genl_notify);
84 genl_notify(family, skb, info, 0, GFP_KERNEL); in ovs_notify()