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

  /external/iproute2/include/
libgenl.h 23 extern int genl_resolve_family(struct rtnl_handle *grth, const char *family);
  /external/iproute2/ip/
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) {
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, &req.n, NULL, 0) < 0
    [all...]
  /external/iproute2/lib/
libgenl.c 48 int genl_resolve_family(struct rtnl_handle *grth, const char *family)
56 if (rtnl_talk(grth, &req.n, &req.n, sizeof(req)) < 0) {

Completed in 47 milliseconds