Searched refs:rtnl_handle (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dnetlink_helpers.h9 struct rtnl_handle { struct
29 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions)
31 void rtnl_close(struct rtnl_handle *rth);
32 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n,
H A Dnetlink_helpers.c16 void rtnl_close(struct rtnl_handle *rth)
24 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned int subscriptions,
84 int rtnl_open(struct rtnl_handle *rth, unsigned int subscriptions)
148 static int __rtnl_talk_iov(struct rtnl_handle *rtnl, struct iovec *iov,
264 static int __rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n,
276 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_netkit.c38 struct rtnl_handle rth = { .fd = -1 };
H A Dtc_redirect.c150 struct rtnl_handle rth = { .fd = -1 };

Completed in 233 milliseconds