Lines Matching defs:rtnl
940 struct sock *rtnl = net->rtnl;
942 return nlmsg_notify(rtnl, skb, pid, group, echo, GFP_KERNEL);
947 struct sock *rtnl = net->rtnl;
949 return nlmsg_unicast(rtnl, skb, pid);
956 struct sock *rtnl = net->rtnl;
958 nlmsg_notify(rtnl, skb, pid, group, nlmsg_report(nlh), flags);
964 struct sock *rtnl = net->rtnl;
966 netlink_set_err(rtnl, 0, group, error);
3997 request_module("rtnl-link-%s", kind);
6886 struct sock *rtnl;
6911 rtnl = net->rtnl;
6919 err = rtnetlink_dump_start(rtnl, skb, nlh, &c);
7041 net->rtnl = sk;
7047 netlink_kernel_release(net->rtnl);
7048 net->rtnl = NULL;