Searched refs:nlmsg_notify (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/net/netfilter/ |
H A D | nfnetlink.c | 135 return nlmsg_notify(net->nfnl, skb, portid, group, echo, flags); nfnetlink_send()
|
/linux-4.1.27/include/net/ |
H A D | netlink.h | 48 * nlmsg_notify() send notification message 233 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
|
/linux-4.1.27/net/netlink/ |
H A D | af_netlink.c | 2928 * nlmsg_notify - send a notification netlink message 2936 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, nlmsg_notify() function 2964 EXPORT_SYMBOL(nlmsg_notify); variable
|
H A D | genetlink.c | 1152 nlmsg_notify(sk, skb, portid, group, report, flags); genl_notify()
|
/linux-4.1.27/net/core/ |
H A D | rtnetlink.c | 650 nlmsg_notify(rtnl, skb, pid, group, report, flags); rtnl_notify()
|
Completed in 174 milliseconds