Lines Matching refs:rtnl
708 struct sock *rtnl = net->rtnl;
714 netlink_broadcast(rtnl, skb, pid, group, GFP_KERNEL);
716 err = netlink_unicast(rtnl, skb, pid, MSG_DONTWAIT);
722 struct sock *rtnl = net->rtnl;
724 return nlmsg_unicast(rtnl, skb, pid);
731 struct sock *rtnl = net->rtnl;
737 nlmsg_notify(rtnl, skb, pid, group, report, flags);
743 struct sock *rtnl = net->rtnl;
745 netlink_set_err(rtnl, 0, group, error);
3430 request_module("rtnl-link-%s", kind);
5539 struct sock *rtnl;
5563 rtnl = net->rtnl;
5570 err = netlink_dump_start(rtnl, skb, nlh, &c);
5686 net->rtnl = sk;
5692 netlink_kernel_release(net->rtnl);
5693 net->rtnl = NULL;