Home
last modified time | relevance | path

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

/external/iproute2/include/
Dlibnetlink.h12 struct rtnl_handle struct
23 extern int rtnl_open(struct rtnl_handle *rth, unsigned subscriptions); argument
24 extern int rtnl_open_byproto(struct rtnl_handle *rth, unsigned subscriptions, int protocol);
25 extern void rtnl_close(struct rtnl_handle *rth);
26 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
27 extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len);
38 extern int rtnl_dump_filter_l(struct rtnl_handle *rth,
40 extern int rtnl_dump_filter(struct rtnl_handle *rth, rtnl_filter_t filter,
42 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
44 extern int rtnl_send(struct rtnl_handle *rth, const void *buf, int);
[all …]
Dll_map.h6 extern int ll_init_map(struct rtnl_handle *rth);
/external/iproute2/lib/
Dlibnetlink.c30 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()
117 int rtnl_send(struct rtnl_handle *rth, const void *buf, int len) in rtnl_send()
122 int rtnl_send_check(struct rtnl_handle *rth, const void *buf, int len) in rtnl_send_check()
155 int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len) in rtnl_dump_request()
179 int rtnl_dump_filter_l(struct rtnl_handle *rth, in rtnl_dump_filter_l()
265 int rtnl_dump_filter(struct rtnl_handle *rth, in rtnl_dump_filter()
277 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, in rtnl_talk()
[all …]
Dll_map.c195 int ll_init_map(struct rtnl_handle *rth) in ll_init_map()
/external/iproute2/genl/
Dctrl.c44 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/tc/
Dtc_core.h31 extern struct rtnl_handle g_rth;
Dtc_common.h4 extern struct rtnl_handle rth;
Dtc_monitor.c69 struct rtnl_handle rth; in do_tcmonitor()
Dtc.c41 struct rtnl_handle rth;
/external/iproute2/ip/
Dipaddrlabel.c47 extern struct rtnl_handle rth;
195 struct rtnl_handle rth2; in flush_addrlabel()
Dxfrm_policy.c250 struct rtnl_handle rth; in xfrm_policy_modify()
563 struct rtnl_handle rth; in xfrm_policy_get_or_delete()
715 struct rtnl_handle *rth = xb->rth; in xfrm_policy_keep()
776 struct rtnl_handle rth; in xfrm_policy_list_or_deleteall()
964 struct rtnl_handle rth; in xfrm_spd_getinfo()
993 struct rtnl_handle rth; in xfrm_policy_flush()
Dxfrm_state.c238 struct rtnl_handle rth; in xfrm_state_modify()
561 struct rtnl_handle rth; in xfrm_state_allocspi()
818 struct rtnl_handle rth; in xfrm_state_get_or_delete()
909 struct rtnl_handle *rth = xb->rth; in xfrm_state_keep()
959 struct rtnl_handle rth; in xfrm_state_list_or_deleteall()
1111 struct rtnl_handle rth; in xfrm_sad_getinfo()
1139 struct rtnl_handle rth; in xfrm_state_flush()
Dip_common.h54 extern struct rtnl_handle rth;
Drtmon.c70 struct rtnl_handle rth; in main()
Dip.c37 struct rtnl_handle rth = { .fd = -1 };
Diprule.c29 extern struct rtnl_handle rth;
387 struct rtnl_handle rth2; in flush_rule()
Dxfrm.h75 struct rtnl_handle *rth;
Dxfrm_monitor.c343 extern struct rtnl_handle rth;
Dipl2tp.c86 static struct rtnl_handle genl_rth;
Diproute.c1023 static int rtnl_rtcache_request(struct rtnl_handle *rth, int family) in rtnl_rtcache_request()
/external/iproute2/misc/
Difstat.c121 struct rtnl_handle rth; in load_info()
Darpd.c61 struct rtnl_handle rth;
Dss.c990 struct rtnl_handle rth; in xll_init()