Searched refs:nlmsg_notify (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink.c | 181 return nlmsg_notify(nfnlnet->nfnl, skb, portid, group, echo, flags); in nfnetlink_send()
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 510 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
|
/openbmc/linux/net/netlink/ |
H A D | af_netlink.c | 2565 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, in nlmsg_notify() function 2595 EXPORT_SYMBOL(nlmsg_notify);
|
H A D | genetlink.c | 1814 nlmsg_notify(sk, skb, info->snd_portid, group, in genl_notify()
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 784 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL); in rtnetlink_send() 800 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags); in rtnl_notify()
|