Lines Matching refs:rtnl
753 struct sock *rtnl = net->rtnl;
755 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL);
760 struct sock *rtnl = net->rtnl;
762 return nlmsg_unicast(rtnl, skb, pid);
769 struct sock *rtnl = net->rtnl;
771 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags);
777 struct sock *rtnl = net->rtnl;
779 netlink_set_err(rtnl, 0, group, error);
3694 request_module("rtnl-link-%s", kind);
6366 struct sock *rtnl;
6390 rtnl = net->rtnl;
6397 err = netlink_dump_start(rtnl, skb, nlh, &c);
6520 net->rtnl = sk;
6526 netlink_kernel_release(net->rtnl);
6527 net->rtnl = NULL;