Home
last modified time | relevance | path

Searched refs:nlmsg_notify (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/
H A Dnfnetlink.c181 return nlmsg_notify(nfnlnet->nfnl, skb, portid, group, echo, flags); in nfnetlink_send()
/linux/net/netlink/
H A Daf_netlink.c2561 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, in nlmsg_notify() function
2591 EXPORT_SYMBOL(nlmsg_notify);
H A Dgenetlink.c1991 nlmsg_notify(sk, skb, info->snd_portid, group, in genl_notify()
/linux/net/core/
H A Drtnetlink.c936 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL); in rtnetlink_send()
952 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags); in rtnl_notify()