Lines Matching refs:rtnl_handle
14 struct rtnl_handle
29 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions)
32 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions,
36 void rtnl_close(struct rtnl_handle *rth);
37 int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type)
39 int rtnl_wilddump_req_filter(struct rtnl_handle *rth, int fam, int type,
42 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req,
45 int rtnl_dump_request_n(struct rtnl_handle *rth, struct nlmsghdr *n)
66 int rtnl_dump_filter_l(struct rtnl_handle *rth,
68 int rtnl_dump_filter_nc(struct rtnl_handle *rth,
73 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n,
76 int rtnl_send(struct rtnl_handle *rth, const void *buf, int)
78 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int)
151 int rtnl_listen_all_nsid(struct rtnl_handle *);
152 int rtnl_listen(struct rtnl_handle *, rtnl_listen_filter_t handler,