Home
last modified time | relevance | path

Searched refs:show_details (Results 1 – 25 of 26) sorted by relevance

12

/external/iproute2/rdma/
Drdma.c92 bool show_details = false; in main() local
112 show_details = true; in main()
130 rd.show_details = show_details; in main()
Drdma.h43 bool show_details; member
Ddev.c204 if (rd->show_details) in dev_parse_cb()
Dlink.c244 if (rd->show_details) in link_parse_cb()
/external/iproute2/genl/
Dgenl.c31 int show_details = 0; variable
117 ++show_details; in main()
/external/iproute2/tc/
Dq_htb.c288 if (show_details) in htb_print_opt()
311 if (linklayer > TC_LINKLAYER_ETHERNET || show_details) in htb_print_opt()
313 if (show_details) { in htb_print_opt()
337 if (show_details) in htb_print_opt()
Dq_cbq.c491 if (linklayer > TC_LINKLAYER_ETHERNET || show_details) in cbq_print_opt()
493 if (show_details) { in cbq_print_opt()
521 if (show_details) { in cbq_print_opt()
533 if (lss && show_details) { in cbq_print_opt()
551 if (fopt && show_details) { in cbq_print_opt()
Dq_tbf.c281 if (show_details) { in tbf_print_opt()
297 if (show_details) { in tbf_print_opt()
324 if (linklayer > TC_LINKLAYER_ETHERNET || show_details) in tbf_print_opt()
Dtc.c35 int show_details; variable
278 ++show_details; in main()
Dq_choke.c191 if (show_details) { in choke_print_opt()
Dq_red.c191 if (show_details) { in red_print_opt()
Dq_sfq.c227 if (show_details) { in sfq_print_opt()
Dm_police.c310 if (linklayer > TC_LINKLAYER_ETHERNET || show_details) in print_police()
Dq_gred.c322 if (show_details) { in gred_print_opt()
Dtc_qdisc.c279 if (show_details && tb[TCA_STAB]) { in print_qdisc()
/external/iproute2/bridge/
Dbridge.c23 int show_details; variable
146 ++show_details; in main()
Dbr_common.h24 extern int show_details;
Dlink.c174 if (show_details) { in print_linkinfo()
216 if (show_details) { in print_linkinfo()
464 if (show_details) { in brlink_show()
Dmdb.c254 if (show_details) in print_mdb()
/external/iproute2/ip/
Dip.c32 int show_details; variable
234 ++show_details; in main()
Dipmroute.c182 if (table && (table != RT_TABLE_MAIN || show_details > 0) && !filter.tb) in print_mroute()
Diptuntap.c413 if (show_details) { in do_show()
Dipaddress.c1186 if (!filter.family || filter.family == AF_PACKET || show_details) { in print_linkinfo()
1244 if (show_details) { in print_linkinfo()
1309 if ((do_link || show_details) && tb[IFLA_IFALIAS]) { in print_linkinfo()
1317 if ((do_link || show_details) && tb[IFLA_XDP]) in print_linkinfo()
1325 if ((do_link || show_details) && tb[IFLA_VFINFO_LIST] && tb[IFLA_NUM_VF]) { in print_linkinfo()
/external/iproute2/include/
Dutils.h19 extern int show_details;
/external/iproute2/misc/
Dss.c94 int show_details; variable
2072 if (show_details) { in tcp_show_line()
2439 if (show_details) { in inet_show_sock()
2916 if (show_details && opt[0]) in dgram_show_line()
3089 if (show_details) { in unix_show_sock()
3302 if (show_details) in packet_stats_print()
3371 if (show_details) { in packet_show_sock()
3600 if (show_details) { in netlink_show_one()
4084 show_details++; in main()

12