Home
last modified time | relevance | path

Searched defs:rtnl (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c148 static int __rtnl_talk_iov(struct rtnl_handle *rtnl, struct iovec *iov, in __rtnl_talk_iov()
264 static int __rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, in __rtnl_talk()
276 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, in rtnl_talk()
/linux/tools/testing/selftests/drivers/net/
H A Dstats.py17 rtnl = RtnlFamily() variable
/linux/tools/testing/selftests/net/
H A Dtap.c93 int ret, rtnl; in dev_create() local
150 int ret, rtnl; in dev_delete() local
H A Dtun.c75 int ret, rtnl; in tun_delete() local
/linux/net/core/
H A Drtnetlink.c934 struct sock *rtnl = net->rtnl; in rtnetlink_send() local
941 struct sock *rtnl = net->rtnl; in rtnl_unicast() local
950 struct sock *rtnl = net->rtnl; in rtnl_notify() local
958 struct sock *rtnl = net->rtnl; in rtnl_set_sk_err() local
6844 struct sock *rtnl; in rtnetlink_rcv_msg() local
/linux/include/net/
H A Dnet_namespace.h106 struct sock *rtnl; /* rtnetlink socket */ member