HomeSort by relevance Sort by last modified time
    Searched defs:grth (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
ipseg6.c 43 static struct rtnl_handle grth = { .fd = -1 }; variable in typeref:struct:rtnl_handle
131 if (rtnl_open_byproto(&grth, 0, NETLINK_GENERIC) < 0) {
135 genl_family = genl_resolve_family(&grth, SEG6_GENL_NAME);
166 if (rtnl_talk(&grth, &req.n, NULL, 0) < 0)
169 if (rtnl_talk(&grth, &req.n, &req.n, sizeof(req)) < 0)
177 req.n.nlmsg_seq = grth.dump = ++grth.seq;
178 if (rtnl_send(&grth, &req, req.n.nlmsg_len) < 0) {
183 if (rtnl_dump_filter(&grth, process_msg, stdout) < 0) {
tcp_metrics.c 39 static struct rtnl_handle grth = { .fd = -1 }; variable in typeref:struct:rtnl_handle
83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) {
182 fn->nlmsg_seq = ++grth.seq;
401 if (genl_init_handle(&grth, TCP_METRICS_GENL_NAME, &genl_family))
428 req.n.nlmsg_seq = grth.dump = ++grth.seq;
429 if (rtnl_send(&grth, &req, req.n.nlmsg_len) < 0) {
434 if (rtnl_dump_filter(&grth, process_msg, stdout) < 0) {
460 if (rtnl_talk(&grth, &req.n, NULL, 0) < 0)
463 if (rtnl_talk(&grth, &req.n, &req.n, sizeof(req)) < 0
    [all...]

Completed in 316 milliseconds