Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipl2tp.c86 static struct rtnl_handle genl_rth; variable
120 if (rtnl_talk(&genl_rth, &req.n, 0, 0, NULL) < 0) in create_tunnel()
143 if (rtnl_talk(&genl_rth, &req.n, 0, 0, NULL) < 0) in delete_tunnel()
185 if (rtnl_talk(&genl_rth, &req.n, 0, 0, NULL) < 0) in create_session()
208 if (rtnl_talk(&genl_rth, &req.n, 0, 0, NULL) < 0) in delete_session()
380 req.n.nlmsg_seq = genl_rth.dump = ++genl_rth.seq; in get_session()
390 if (rtnl_send(&genl_rth, &req, req.n.nlmsg_len) < 0) in get_session()
393 if (rtnl_dump_filter(&genl_rth, session_nlmsg, p) < 0) { in get_session()
423 req.n.nlmsg_seq = genl_rth.dump = ++genl_rth.seq; in get_tunnel()
431 if (rtnl_send(&genl_rth, &req, req.n.nlmsg_len) < 0) in get_tunnel()
[all …]