Searched refs:grth (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/
H A Dlibgenl.h23 extern int genl_resolve_family(struct rtnl_handle *grth, const char *family);
/external/iproute2/ip/
H A Dtcp_metrics.c39 static struct rtnl_handle grth = { .fd = -1 }; variable in typeref:struct:rtnl_handle
83 if (rtnl_send_check(&grth, f.flushb, f.flushp) < 0) {
185 fn->nlmsg_seq = ++grth.seq;
404 if (rtnl_open_byproto(&grth, 0, NETLINK_GENERIC) < 0) {
408 genl_family = genl_resolve_family(&grth,
438 req.n.nlmsg_seq = grth.dump = ++grth.seq;
439 if (rtnl_send(&grth, &req, req.n.nlmsg_len) < 0) {
444 if (rtnl_dump_filter(&grth, process_msg, stdout) < 0) {
470 if (rtnl_talk(&grth,
[all...]
/external/iproute2/lib/
H A Dlibgenl.c48 int genl_resolve_family(struct rtnl_handle *grth, const char *family) argument
56 if (rtnl_talk(grth, &req.n, &req.n, sizeof(req)) < 0) {

Completed in 656 milliseconds