Searched refs:NL_DUMP_STATS (Results 1 - 25 of 25) sorted by relevance

/external/libnl/include/netlink/
H A Dtypes.h24 NL_DUMP_STATS, /**< Dump all attributes including statistics */ enumerator in enum:nl_dump_type
/external/libnl/src/
H A Dnf-log.c34 .dp_type = NL_DUMP_STATS,
108 .dp_type = NL_DUMP_STATS,
H A Dnf-monitor.c20 .dp_type = NL_DUMP_STATS,
H A Dnl-monitor.c18 .dp_type = NL_DUMP_STATS,
H A Dnf-queue.c40 .dp_type = NL_DUMP_STATS,
/external/libnl/src/lib/
H A Dutils.c104 return NL_DUMP_STATS;
/external/libnl/lib/route/
H A Dclass_obj.c104 if (cops && cops->co_dump[NL_DUMP_STATS])
105 cops->co_dump[NL_DUMP_STATS](class, p);
275 [NL_DUMP_STATS] = class_dump_stats,
H A Dcls_obj.c113 if (cops && cops->co_dump[NL_DUMP_STATS])
114 cops->co_dump[NL_DUMP_STATS](cls, p);
247 [NL_DUMP_STATS] = cls_dump_stats,
H A Dqdisc_obj.c100 if (qops && qops->qo_dump[NL_DUMP_STATS])
101 qops->qo_dump[NL_DUMP_STATS](qdisc, p);
264 [NL_DUMP_STATS] = qdisc_dump_stats,
H A Dnexthop.c213 case NL_DUMP_STATS:
H A Dlink.c565 if (link->l_info_ops && link->l_info_ops->io_dump[NL_DUMP_STATS])
566 link->l_info_ops->io_dump[NL_DUMP_STATS](link, p);
1432 [NL_DUMP_STATS] = link_dump_stats,
H A Dneigh.c848 [NL_DUMP_STATS] = neigh_dump_stats,
H A Dneightbl.c785 [NL_DUMP_STATS] = neightbl_dump_stats,
H A Drule.c764 [NL_DUMP_STATS] = rule_dump_stats,
H A Daddr.c1012 [NL_DUMP_STATS] = addr_dump_stats,
H A Droute_obj.c1187 [NL_DUMP_STATS] = route_dump_stats,
/external/libnl/lib/route/sch/
H A Dcbq.c270 [NL_DUMP_STATS] = cbq_qdisc_dump_stats,
282 [NL_DUMP_STATS] = cbq_class_dump_stats,
H A Dred.c197 [NL_DUMP_STATS] = red_dump_stats,
/external/libnl/lib/netfilter/
H A Dqueue_obj.c208 [NL_DUMP_STATS] = nfnl_queue_dump,
H A Dlog_obj.c280 [NL_DUMP_STATS] = nfnl_log_dump,
H A Dlog_msg_obj.c454 [NL_DUMP_STATS] = log_msg_dump,
H A Dqueue_msg_obj.c487 [NL_DUMP_STATS] = nfnl_queue_msg_dump,
H A Dct_obj.c779 [NL_DUMP_STATS] = ct_dump_stats,
/external/libnl/lib/route/cls/
H A Du32.c248 if (p->dp_type == NL_DUMP_STATS &&
514 [NL_DUMP_STATS] = u32_dump_stats,
/external/libnl/lib/genl/
H A Dfamily.c270 [NL_DUMP_STATS] = family_dump_stats,

Completed in 232 milliseconds