Searched refs:rtnl (Results 1 - 2 of 2) sorted by relevance

/net/core/
H A Drtnetlink.c522 struct sock *rtnl = net->rtnl; local
528 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL);
530 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT);
536 struct sock *rtnl = net->rtnl; local
538 return nlmsg_unicast(rtnl, skb, pid);
545 struct sock *rtnl = net->rtnl; local
551 nlmsg_notify(rtnl, sk
557 struct sock *rtnl = net->rtnl; local
2629 struct sock *rtnl; local
[all...]
/net/wireless/
H A Dnl80211.c8517 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; local
8519 if (rtnl)
8525 if (rtnl)
8537 if (rtnl)
8548 if (rtnl)
8562 if (rtnl)
8571 if (rtnl)

Completed in 59 milliseconds