Searched refs:rtnl_handle (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | netlink_helpers.h | 9 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 D | netlink_helpers.c | 16 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 D | 0001-include-libnetlink.h-add-missing-include-for-htobe64.patch | 23 struct rtnl_handle {
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_links.c | 1800 struct rtnl_handle rth = { .fd = -1 }; in qdisc_replace()
|