Home
last modified time | relevance | path

Searched refs:rtnl_handle (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
A Dnetlink_helpers.h9 struct rtnl_handle { struct
29 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions) argument
31 void rtnl_close(struct rtnl_handle *rth);
32 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n,
A Dnetlink_helpers.c16 void rtnl_close(struct rtnl_handle *rth) in rtnl_close()
24 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned int subscriptions, in rtnl_open_byproto()
84 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions) in rtnl_open()
148 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/bpf/prog_tests/
A Dtc_netkit.c38 struct rtnl_handle rth = { .fd = -1 }; in create_netkit()
A Dtc_redirect.c165 struct rtnl_handle rth = { .fd = -1 }; in create_netkit()
A Dtc_links.c1800 struct rtnl_handle rth = { .fd = -1 }; in qdisc_replace()

Completed in 14 milliseconds