HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_talk (Results 1 - 17 of 17) sorted by null

  /external/iproute2/ip/
ipaddrlabel.c 192 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
219 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0)
xfrm_state.c 499 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
624 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0)
800 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
808 if (rtnl_talk(&rth, &req.n, 0, 0, res_n, NULL, NULL) < 0)
1049 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0)
1103 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
iprule.c 348 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
375 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0)
xfrm_policy.c 343 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
587 if (rtnl_talk(&rth, &req.n, 0, 0, res_nlbuf, NULL, NULL) < 0)
892 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0)
944 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
link_gre.c 75 if (rtnl_talk(&rth, &req.n, 0, 0, &req.n, NULL, NULL) < 0) {
ipneigh.c 177 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
iproute.c 989 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
    [all...]
iplink.c 414 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
ipntable.c 316 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
ipaddress.c 1073 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
  /external/iproute2/include/
libnetlink.h 46 extern int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer,
  /external/iproute2/genl/
ctrl.c 70 if (rtnl_talk(&rth, nlh, 0, 0, nlh, NULL, NULL) < 0) {
337 if (rtnl_talk(&rth, nlh, 0, 0, nlh, NULL, NULL) < 0) {
  /external/iproute2/tc/
m_action.c 467 if (rtnl_talk(&rth, &req.n, 0, 0, ans, NULL, NULL) < 0) {
512 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) {
582 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) {
tc_class.c 141 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
tc_filter.c 170 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0) {
tc_qdisc.c 189 if (rtnl_talk(&rth, &req.n, 0, 0, NULL, NULL, NULL) < 0)
  /external/iproute2/lib/
libnetlink.c 273 int rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, function

Completed in 250 milliseconds