Searched refs:rtnl_handle (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| 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,
|
| 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()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | tc_netkit.c | 38 struct rtnl_handle rth = { .fd = -1 }; in create_netkit()
|
| A D | tc_redirect.c | 165 struct rtnl_handle rth = { .fd = -1 }; in create_netkit()
|
| A D | tc_links.c | 1800 struct rtnl_handle rth = { .fd = -1 }; in qdisc_replace()
|
Completed in 14 milliseconds