Home
last modified time | relevance | path

Searched refs:rtnl (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/net/core/
Drtnetlink.c708 struct sock *rtnl = net->rtnl; in rtnetlink_send() local
714 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL); in rtnetlink_send()
716 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); in rtnetlink_send()
722 struct sock *rtnl = net->rtnl; in rtnl_unicast() local
724 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
731 struct sock *rtnl = net->rtnl; in rtnl_notify() local
737 nlmsg_notify(rtnl, skb, pid, group, report, flags); in rtnl_notify()
743 struct sock *rtnl = net->rtnl; in rtnl_set_sk_err() local
745 netlink_set_err(rtnl, 0, group, error); in rtnl_set_sk_err()
5177 struct sock *rtnl; in rtnetlink_rcv_msg() local
[all …]
/Linux-v5.4/include/net/
Dnet_namespace.h100 struct sock *rtnl; /* rtnetlink socket */ member
/Linux-v5.4/net/ieee802154/
Dnl802154.c2129 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() local
2131 if (rtnl) in nl802154_pre_doit()
2137 if (rtnl) in nl802154_pre_doit()
2148 if (rtnl) in nl802154_pre_doit()
2158 if (rtnl) in nl802154_pre_doit()
2171 if (rtnl) in nl802154_pre_doit()
/Linux-v5.4/Documentation/networking/
Dsfp-phylink.rst131 rtnl lock, and will warn if not. This will normally be the case,
/Linux-v5.4/net/sched/
Dcls_api.c1855 err = netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT); in tfilter_notify()
1894 err = netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT); in tfilter_del_notify()
2684 err = netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT); in tc_chain_notify()
2714 return netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT); in tc_chain_notify_delete()
/Linux-v5.4/drivers/net/
Dvrf.c1188 skb->sk = dev_net(dev)->rtnl; in vrf_fib_rule()
Dmacsec.c3541 goto rtnl; in macsec_init()
3545 rtnl: in macsec_init()
/Linux-v5.4/net/wireless/
Dnl80211.c13811 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; in nl80211_pre_doit() local
13813 if (rtnl) in nl80211_pre_doit()
13819 if (rtnl) in nl80211_pre_doit()
13831 if (rtnl) in nl80211_pre_doit()
13841 if (rtnl) in nl80211_pre_doit()
13853 if (rtnl) in nl80211_pre_doit()