Searched refs:rtnl (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/core/ |
D | rtnetlink.c | 622 struct sock *rtnl = net->rtnl; in rtnetlink_send() local 628 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL); in rtnetlink_send() 630 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); in rtnetlink_send() 636 struct sock *rtnl = net->rtnl; in rtnl_unicast() local 638 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast() 645 struct sock *rtnl = net->rtnl; in rtnl_notify() local 651 nlmsg_notify(rtnl, skb, pid, group, report, flags); in rtnl_notify() 657 struct sock *rtnl = net->rtnl; in rtnl_set_sk_err() local 659 netlink_set_err(rtnl, 0, group, error); in rtnl_set_sk_err() 3376 struct sock *rtnl; in rtnetlink_rcv_msg() local [all …]
|
/linux-4.4.14/include/net/ |
D | net_namespace.h | 75 struct sock *rtnl; /* rtnetlink socket */ member
|
/linux-4.4.14/net/ieee802154/ |
D | nl802154.c | 2108 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() local 2110 if (rtnl) in nl802154_pre_doit() 2116 if (rtnl) in nl802154_pre_doit() 2127 if (rtnl) in nl802154_pre_doit() 2137 if (rtnl) in nl802154_pre_doit() 2150 if (rtnl) in nl802154_pre_doit()
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 10621 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; in nl80211_pre_doit() local 10623 if (rtnl) in nl80211_pre_doit() 10629 if (rtnl) in nl80211_pre_doit() 10641 if (rtnl) in nl80211_pre_doit() 10651 if (rtnl) in nl80211_pre_doit() 10664 if (rtnl) in nl80211_pre_doit() 10672 if (rtnl) in nl80211_pre_doit()
|