Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnfnetlink.c135 return nlmsg_notify(net->nfnl, skb, portid, group, echo, flags); in nfnetlink_send()
/linux-4.4.14/include/net/
Dnetlink.h233 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
/linux-4.4.14/net/netlink/
Dgenetlink.c1152 nlmsg_notify(sk, skb, info->snd_portid, group, report, flags); in genl_notify()
Daf_netlink.c3043 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, in nlmsg_notify() function
3071 EXPORT_SYMBOL(nlmsg_notify);
/linux-4.4.14/net/core/
Drtnetlink.c651 nlmsg_notify(rtnl, skb, pid, group, report, flags); in rtnl_notify()