Home
last modified time | relevance | path

Searched refs:rtnl_talk (Results 1 – 18 of 18) sorted by relevance

/external/iproute2/ip/
Dipaddrlabel.c192 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()
Dxfrm_state.c518 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()
Dxfrm_policy.c358 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()
Diprule.c358 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()
Dlink_gre.c75 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) { in gre_parse_opt()
Dipneigh.c177 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in ipneigh_modify()
Diproute.c985 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()
Dipntable.c316 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in ipntable_modify()
Diplink.c497 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in iplink_modify()
Dipaddress.c1171 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in ipaddr_modify()
/external/iproute2/tc/
Dm_action.c467 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()
Dtc_class.c141 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in tc_class_modify()
Dtc_qdisc.c189 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) in tc_qdisc_modify()
Dtc_filter.c170 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) { in tc_filter_modify()
/external/iproute2/genl/
Dctrl.c70 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/
Dlibnetlink.h46 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
/external/iproute2/
DRELNOTES42 * 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/
Dlibnetlink.c273 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, in rtnl_talk() function