Searched refs:rtnl (Results 1 – 2 of 2) sorted by relevance
/net/core/ |
D | rtnetlink.c | 753 struct sock *rtnl = net->rtnl; in rtnetlink_send() local 755 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL); in rtnetlink_send() 760 struct sock *rtnl = net->rtnl; in rtnl_unicast() local 762 return nlmsg_unicast(rtnl, skb, pid); in rtnl_unicast() 769 struct sock *rtnl = net->rtnl; in rtnl_notify() local 771 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags); in rtnl_notify() 777 struct sock *rtnl = net->rtnl; in rtnl_set_sk_err() local 779 netlink_set_err(rtnl, 0, group, error); in rtnl_set_sk_err() 6366 struct sock *rtnl; in rtnetlink_rcv_msg() local 6390 rtnl = net->rtnl; in rtnetlink_rcv_msg() [all …]
|
/net/ieee802154/ |
D | nl802154.c | 2523 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit() local 2525 if (rtnl) in nl802154_pre_doit() 2531 if (rtnl) in nl802154_pre_doit() 2542 if (rtnl) in nl802154_pre_doit() 2552 if (rtnl) in nl802154_pre_doit() 2565 if (rtnl) in nl802154_pre_doit()
|