/external/iproute2/ip/ |
D | ipaddrlabel.c | 192 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in ipaddrlabel_modify() 219 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0) in flush_addrlabel()
|
D | xfrm_state.c | 518 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in xfrm_state_modify() 655 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0) in xfrm_state_allocspi() 845 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in xfrm_state_get_or_delete() 853 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0) in xfrm_state_get_or_delete() 1094 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) in xfrm_sad_getinfo() 1148 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in xfrm_state_flush()
|
D | xfrm_policy.c | 358 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in xfrm_policy_modify() 614 if (rtnl_talk(&rth, &req.n, 0, 0, res_nlbuf, NULL, NULL) < 0) in xfrm_policy_get_or_delete() 919 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) in xfrm_spd_getinfo() 971 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in xfrm_policy_flush()
|
D | iprule.c | 358 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in iprule_modify() 385 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0) in flush_rule()
|
D | link_gre.c | 75 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) { in gre_parse_opt()
|
D | ipneigh.c | 177 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in ipneigh_modify()
|
D | iproute.c | 985 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in iproute_modify() 1380 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) in iproute_get() 1421 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) in iproute_get()
|
D | ipntable.c | 316 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in ipntable_modify()
|
D | iplink.c | 497 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in iplink_modify()
|
D | ipaddress.c | 1171 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in ipaddr_modify()
|
/external/iproute2/tc/ |
D | m_action.c | 467 if (rtnl_talk(&rth, &req.n, 0, 0, ans, NULL, NULL) < 0) { in tc_action_gd() 512 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) { in tc_action_modify() 582 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) { in tc_act_list_or_flush()
|
D | tc_class.c | 141 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in tc_class_modify()
|
D | tc_qdisc.c | 189 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in tc_qdisc_modify()
|
D | tc_filter.c | 170 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) { in tc_filter_modify()
|
/external/iproute2/genl/ |
D | ctrl.c | 70 if (rtnl_talk(&rth, nlh, 0, 0, nlh, NULL, NULL) < 0) { in genl_ctrl_resolve_family() 337 if (rtnl_talk(&rth, nlh, 0, 0, nlh, NULL, NULL) < 0) { in ctrl_list()
|
/external/iproute2/include/ |
D | libnetlink.h | 46 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
|
/external/iproute2/ |
D | RELNOTES | 42 * David Ford <david@blue-labs.org>. Damn, I broke rtnl_talk in previous 84 * Bug in rtnl_talk(), libnetlink.c. Reported by David P. Olshfski
|
/external/iproute2/lib/ |
D | libnetlink.c | 273 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, in rtnl_talk() function
|