Searched refs:rtnl (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/core/ |
D | rtnetlink.c | 707 struct sock *rtnl = net->rtnl; in rtnetlink_send() local 713 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL); in rtnetlink_send() 715 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT); in rtnetlink_send() 721 struct sock *rtnl = net->rtnl; in rtnl_unicast() local 723 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast() 730 struct sock *rtnl = net->rtnl; in rtnl_notify() local 736 nlmsg_notify(rtnl, skb, pid, group, report, flags); in rtnl_notify() 742 struct sock *rtnl = net->rtnl; in rtnl_set_sk_err() local 744 netlink_set_err(rtnl, 0, group, error); in rtnl_set_sk_err() 4662 struct sock *rtnl; in rtnetlink_rcv_msg() local [all …]
|
/Linux-v4.19/include/net/ |
D | net_namespace.h | 85 struct sock *rtnl; /* rtnetlink socket */ member
|
/Linux-v4.19/net/ieee802154/ |
D | nl802154.c | 2143 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() local 2145 if (rtnl) in nl802154_pre_doit() 2151 if (rtnl) in nl802154_pre_doit() 2162 if (rtnl) in nl802154_pre_doit() 2172 if (rtnl) in nl802154_pre_doit() 2185 if (rtnl) in nl802154_pre_doit()
|
/Linux-v4.19/net/sched/ |
D | cls_api.c | 1133 return netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT); in tfilter_notify() 1167 return netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT); in tfilter_del_notify() 1776 return netlink_unicast(net->rtnl, skb, portid, MSG_DONTWAIT); in tc_chain_notify()
|
/Linux-v4.19/drivers/net/ |
D | vrf.c | 1180 skb->sk = dev_net(dev)->rtnl; in vrf_fib_rule()
|
D | macsec.c | 3548 goto rtnl; in macsec_init() 3552 rtnl: in macsec_init()
|
/Linux-v4.19/net/wireless/ |
D | nl80211.c | 13020 bool rtnl = ops->internal_flags & NL80211_FLAG_NEED_RTNL; in nl80211_pre_doit() local 13022 if (rtnl) in nl80211_pre_doit() 13028 if (rtnl) in nl80211_pre_doit() 13040 if (rtnl) in nl80211_pre_doit() 13050 if (rtnl) in nl80211_pre_doit() 13062 if (rtnl) in nl80211_pre_doit()
|