Searched refs:rtnl (Results 1 – 6 of 6) sorted by relevance
712 struct sock *rtnl = net->rtnl; in rtnetlink_send() local719 struct sock *rtnl = net->rtnl; in rtnl_unicast() local721 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast()728 struct sock *rtnl = net->rtnl; in rtnl_notify() local736 struct sock *rtnl = net->rtnl; in rtnl_set_sk_err() local738 netlink_set_err(rtnl, 0, group, error); in rtnl_set_sk_err()5503 struct sock *rtnl; in rtnetlink_rcv_msg() local5527 rtnl = net->rtnl; in rtnetlink_rcv_msg()5650 net->rtnl = sk; in rtnetlink_net_init()5656 netlink_kernel_release(net->rtnl); in rtnetlink_net_exit()[all …]
2166 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() local2168 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()
99 struct sock *rtnl; /* rtnetlink socket */ member
134 rtnl lock, and will warn if not. This will normally be the case,
1596 skb->sk = dev_net(dev)->rtnl; in vrf_fib_rule()
4344 goto rtnl; in macsec_init()4348 rtnl: in macsec_init()
Completed in 29 milliseconds