Searched refs:nlmsg_notify (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/net/netfilter/ |
D | nfnetlink.c | 181 return nlmsg_notify(nfnlnet->nfnl, skb, portid, group, echo, flags); in nfnetlink_send()
|
/Linux-v6.6/include/net/ |
D | netlink.h | 510 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
|
/Linux-v6.6/net/netlink/ |
D | af_netlink.c | 2573 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, in nlmsg_notify() function 2603 EXPORT_SYMBOL(nlmsg_notify);
|
D | genetlink.c | 1811 nlmsg_notify(sk, skb, info->snd_portid, group, in genl_notify()
|
/Linux-v6.6/net/core/ |
D | rtnetlink.c | 755 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL); in rtnetlink_send() 771 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags); in rtnl_notify()
|