Searched refs:rtnl (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/core/ |
D | rtnetlink.c | 621 struct sock *rtnl = net->rtnl; in rtnetlink_send() local 627 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL); in rtnetlink_send() 629 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); in rtnetlink_send() 635 struct sock *rtnl = net->rtnl; in rtnl_unicast() local 637 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast() 644 struct sock *rtnl = net->rtnl; in rtnl_notify() local 650 nlmsg_notify(rtnl, skb, pid, group, report, flags); in rtnl_notify() 656 struct sock *rtnl = net->rtnl; in rtnl_set_sk_err() local 658 netlink_set_err(rtnl, 0, group, error); in rtnl_set_sk_err() 3226 struct sock *rtnl; in rtnetlink_rcv_msg() local [all …]
|
/linux-4.1.27/net/ieee802154/ |
D | nl802154.c | 813 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() local 815 if (rtnl) in nl802154_pre_doit() 821 if (rtnl) in nl802154_pre_doit() 832 if (rtnl) in nl802154_pre_doit() 842 if (rtnl) in nl802154_pre_doit() 855 if (rtnl) in nl802154_pre_doit()
|
/linux-4.1.27/include/net/ |
D | net_namespace.h | 72 struct sock *rtnl; /* rtnetlink socket */ member
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 10240 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; in nl80211_pre_doit() local 10242 if (rtnl) in nl80211_pre_doit() 10248 if (rtnl) in nl80211_pre_doit() 10260 if (rtnl) in nl80211_pre_doit() 10270 if (rtnl) in nl80211_pre_doit() 10283 if (rtnl) in nl80211_pre_doit() 10291 if (rtnl) in nl80211_pre_doit()
|