Searched refs:nlmsg_notify (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/netfilter/
H A Dnfnetlink.c181 return nlmsg_notify(nfnlnet->nfnl, skb, portid, group, echo, flags);
/linux-master/include/net/
H A Dnetlink.h49 * nlmsg_notify() send notification message
521 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
/linux-master/net/netlink/
H A Daf_netlink.c2579 * nlmsg_notify - send a notification netlink message
2587 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, function
2617 EXPORT_SYMBOL(nlmsg_notify); variable
H A Dgenetlink.c1989 nlmsg_notify(sk, skb, info->snd_portid, group,
/linux-master/net/core/
H A Drtnetlink.c741 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL);
757 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags);

Completed in 179 milliseconds