Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/libiproute/
Dlibnetlink.h13 struct rtnl_handle { struct
21 extern void xrtnl_open(struct rtnl_handle *rth) FAST_FUNC; argument
23 extern void xrtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type) FAST_FUNC;
24 extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) FAST_FUNC;
25 extern int xrtnl_dump_filter(struct rtnl_handle *rth,
32 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
37 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int len) FAST_FUNC;
39 static ALWAYS_INLINE void rtnl_send(struct rtnl_handle *rth, const void *buf, int len) in rtnl_send()
Dll_map.h8 int ll_init_map(struct rtnl_handle *rth) FAST_FUNC;
Dlibnetlink.c16 void FAST_FUNC xrtnl_open(struct rtnl_handle *rth/*, unsigned subscriptions*/) in xrtnl_open()
37 void FAST_FUNC xrtnl_wilddump_request(struct rtnl_handle *rth, int family, int type) in xrtnl_wilddump_request()
57 int FAST_FUNC rtnl_send_check(struct rtnl_handle *rth, const void *buf, int len) in rtnl_send_check()
92 int FAST_FUNC rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) in rtnl_dump_request()
122 static int rtnl_dump_filter(struct rtnl_handle *rth, in rtnl_dump_filter()
218 int FAST_FUNC xrtnl_dump_filter(struct rtnl_handle *rth, in xrtnl_dump_filter()
228 int FAST_FUNC rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, in rtnl_talk()
Dipneigh.c42 struct rtnl_handle *rth;
235 struct rtnl_handle rth; in ipneigh_list_or_flush()
Dll_map.c173 int FAST_FUNC ll_init_map(struct rtnl_handle *rth) in ll_init_map()
Diprule.c190 struct rtnl_handle rth; in iprule_list()
214 struct rtnl_handle rth; in iprule_modify()
Diproute.c36 struct rtnl_handle *rth;
380 struct rtnl_handle rth; in iproute_modify()
723 static int rtnl_rtcache_request(struct rtnl_handle *rth, int family) in rtnl_rtcache_request()
776 struct rtnl_handle rth; in iproute_list_or_flush()
962 struct rtnl_handle rth; in iproute_get()
Diplink.c133 struct rtnl_handle rth; in set_master()
158 struct rtnl_handle rth; in set_netns()
629 struct rtnl_handle rth; in do_add_or_delete()
Dipaddress.c39 struct rtnl_handle *rth;
444 struct rtnl_handle rth; in ipaddr_list_or_flush()
634 struct rtnl_handle rth; in ipaddr_modify()
/busybox-1.35.0/networking/
Dtc.c503 struct rtnl_handle rth; in tc_main()