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/include/net/
H A Dnetlink.h50 * nlmsg_notify() send notification message
538 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
/linux/net/netlink/
H A Dgenetlink.c1991 nlmsg_notify(sk, skb, info->snd_portid, group, in genl_notify()
/linux/net/core/
H A Drtnetlink.c942 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()