Searched defs:rth (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/networking/libiproute/ |
D | libnetlink.c | 16 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()
|
D | libnetlink.h | 22 #define rtnl_close(rth) (close((rth)->fd)) argument 39 static ALWAYS_INLINE void rtnl_send(struct rtnl_handle *rth, const void *buf, int len) in rtnl_send()
|
D | iproute.c | 36 struct rtnl_handle *rth; member 380 struct rtnl_handle rth; in iproute_modify() local 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() local 962 struct rtnl_handle rth; in iproute_get() local
|
D | ipneigh.c | 42 struct rtnl_handle *rth; member 235 struct rtnl_handle rth; in ipneigh_list_or_flush() local
|
D | iprule.c | 190 struct rtnl_handle rth; in iprule_list() local 214 struct rtnl_handle rth; in iprule_modify() local
|
D | ipaddress.c | 39 struct rtnl_handle *rth; member 444 struct rtnl_handle rth; in ipaddr_list_or_flush() local 634 struct rtnl_handle rth; in ipaddr_modify() local
|
D | iplink.c | 133 struct rtnl_handle rth; in set_master() local 158 struct rtnl_handle rth; in set_netns() local 629 struct rtnl_handle rth; in do_add_or_delete() local
|
D | ll_map.c | 173 int FAST_FUNC ll_init_map(struct rtnl_handle *rth) in ll_init_map()
|
/busybox-1.35.0/networking/ |
D | tc.c | 503 struct rtnl_handle rth; in tc_main() local
|