Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Drtnetlink.c712 struct sock *rtnl = net->rtnl; in rtnetlink_send() local
714 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL); in rtnetlink_send()
719 struct sock *rtnl = net->rtnl; in rtnl_unicast() local
721 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()
728 struct sock *rtnl = net->rtnl; in rtnl_notify() local
730 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags); in rtnl_notify()
736 struct sock *rtnl = net->rtnl; in rtnl_set_sk_err() local
738 netlink_set_err(rtnl, 0, group, error); in rtnl_set_sk_err()
5504 struct sock *rtnl; in rtnetlink_rcv_msg() local
5528 rtnl = net->rtnl; in rtnetlink_rcv_msg()
[all …]
/Linux-v5.15/net/ieee802154/
Dnl802154.c2166 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() local
2168 if (rtnl) in nl802154_pre_doit()
2174 if (rtnl) in nl802154_pre_doit()
2185 if (rtnl) in nl802154_pre_doit()
2195 if (rtnl) in nl802154_pre_doit()
2208 if (rtnl) in nl802154_pre_doit()
/Linux-v5.15/include/net/
Dnet_namespace.h99 struct sock *rtnl; /* rtnetlink socket */ member
/Linux-v5.15/Documentation/networking/
Dsfp-phylink.rst134 rtnl lock, and will warn if not. This will normally be the case,
/Linux-v5.15/drivers/net/
Dvrf.c1574 skb->sk = dev_net(dev)->rtnl; in vrf_fib_rule()
Dmacsec.c4344 goto rtnl; in macsec_init()
4348 rtnl: in macsec_init()