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...] |