Searched refs:nlmsg_notify (Results 1 – 4 of 4) sorted by relevance
/linux/net/netfilter/ |
H A D | nfnetlink.c | 181 return nlmsg_notify(nfnlnet->nfnl, skb, portid, group, echo, flags); in nfnetlink_send()
|
/linux/include/net/ |
H A D | netlink.h | 50 * nlmsg_notify() send notification message 538 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
|
/linux/net/netlink/ |
H A D | genetlink.c | 1991 nlmsg_notify(sk, skb, info->snd_portid, group, in genl_notify()
|
/linux/net/core/ |
H A D | rtnetlink.c | 942 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL); in rtnetlink_send() 958 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags); in rtnl_notify()
|