Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H 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,
H 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()
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/
H A D0001-include-libnetlink.h-add-missing-include-for-htobe64.patch23 struct rtnl_handle {
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_links.c1800 struct rtnl_handle rth = { .fd = -1 }; in qdisc_replace()