Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnfnetlink.c159 return nlmsg_notify(net->nfnl, skb, portid, group, echo, flags); in nfnetlink_send()
/OK3568_Linux_fs/kernel/include/net/
H A Dnetlink.h498 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid,
/OK3568_Linux_fs/kernel/net/netlink/
H A Daf_netlink.c2543 int nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, in nlmsg_notify() function
2573 EXPORT_SYMBOL(nlmsg_notify);
H A Dgenetlink.c1478 nlmsg_notify(sk, skb, info->snd_portid, group, report, flags); in genl_notify()
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c737 nlmsg_notify(rtnl, skb, pid, group, report, flags); in rtnl_notify()