Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnfnetlink.c181 return nlmsg_notify(nfnlnet->nfnl, skb, portid, group, echo, flags); in nfnetlink_send()
/Linux-v6.6/include/net/
Dnetlink.h510 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
/Linux-v6.6/net/netlink/
Daf_netlink.c2573 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, in nlmsg_notify() function
2603 EXPORT_SYMBOL(nlmsg_notify);
Dgenetlink.c1811 nlmsg_notify(sk, skb, info->snd_portid, group, in genl_notify()
/Linux-v6.6/net/core/
Drtnetlink.c755 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()