Searched refs:rtnl_handle (Results 1 – 22 of 22) sorted by relevance
/external/iproute2/include/ |
D | libnetlink.h | 11 struct rtnl_handle struct 22 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions); argument 23 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol); 24 extern void rtnl_close(struct rtnl_handle *rth); 25 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type); 26 extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len); 39 extern int rtnl_dump_filter_l(struct rtnl_handle *rth, 41 extern int rtnl_dump_filter(struct rtnl_handle *rth, rtnl_filter_t filter, 46 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, 50 extern int rtnl_send(struct rtnl_handle *rth, const char *buf, int); [all …]
|
D | ll_map.h | 6 extern int ll_init_map(struct rtnl_handle *rth);
|
/external/iproute2/lib/ |
D | libnetlink.c | 30 void rtnl_close(struct rtnl_handle *rth) in rtnl_close() 38 int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, in rtnl_open_byproto() 87 int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions) in rtnl_open() 92 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type) in rtnl_wilddump_request() 110 int rtnl_send(struct rtnl_handle *rth, const char *buf, int len) in rtnl_send() 115 int rtnl_send_check(struct rtnl_handle *rth, const char *buf, int len) in rtnl_send_check() 148 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) in rtnl_dump_request() 175 int rtnl_dump_filter_l(struct rtnl_handle *rth, in rtnl_dump_filter_l() 259 int rtnl_dump_filter(struct rtnl_handle *rth, in rtnl_dump_filter() 273 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, in rtnl_talk() [all …]
|
D | ll_map.c | 186 int ll_init_map(struct rtnl_handle *rth) in ll_init_map()
|
/external/iproute2/tc/ |
D | tc_core.h | 31 extern struct rtnl_handle g_rth;
|
D | tc_common.h | 4 extern struct rtnl_handle rth;
|
D | tc_monitor.c | 69 struct rtnl_handle rth; in do_tcmonitor()
|
D | tc.c | 41 struct rtnl_handle rth;
|
/external/iproute2/genl/ |
D | ctrl.c | 44 struct rtnl_handle rth; in genl_ctrl_resolve_family() 286 struct rtnl_handle rth; in ctrl_list() 370 struct rtnl_handle rth; in ctrl_listen()
|
/external/iproute2/ip/ |
D | xfrm_policy.c | 228 struct rtnl_handle rth; in xfrm_policy_modify() 522 struct rtnl_handle rth; in xfrm_policy_get_or_delete() 653 struct rtnl_handle *rth = xb->rth; in xfrm_policy_keep() 714 struct rtnl_handle rth; in xfrm_policy_list_or_deleteall() 902 struct rtnl_handle rth; in xfrm_spd_getinfo() 931 struct rtnl_handle rth; in xfrm_policy_flush()
|
D | ipaddrlabel.c | 47 extern struct rtnl_handle rth; 201 struct rtnl_handle rth2; in flush_addrlabel()
|
D | xfrm_state.c | 239 struct rtnl_handle rth; in xfrm_state_modify() 528 struct rtnl_handle rth; in xfrm_state_allocspi() 785 struct rtnl_handle rth; in xfrm_state_get_or_delete() 876 struct rtnl_handle *rth = xb->rth; in xfrm_state_keep() 926 struct rtnl_handle rth; in xfrm_state_list_or_deleteall() 1078 struct rtnl_handle rth; in xfrm_sad_getinfo() 1106 struct rtnl_handle rth; in xfrm_state_flush()
|
D | ip_common.h | 51 extern struct rtnl_handle rth;
|
D | rtmon.c | 70 struct rtnl_handle rth; in main()
|
D | ip.c | 35 struct rtnl_handle rth = { .fd = -1 };
|
D | iprule.c | 29 extern struct rtnl_handle rth; 367 struct rtnl_handle rth2; in flush_rule()
|
D | xfrm.h | 75 struct rtnl_handle *rth;
|
D | xfrm_monitor.c | 301 extern struct rtnl_handle rth;
|
D | iproute.c | 991 static int rtnl_rtcache_request(struct rtnl_handle *rth, int family) in rtnl_rtcache_request()
|
/external/iproute2/misc/ |
D | ifstat.c | 120 struct rtnl_handle rth; in load_info()
|
D | arpd.c | 61 struct rtnl_handle rth;
|
D | ss.c | 981 struct rtnl_handle rth; in xll_init()
|