Home
last modified time | relevance | path

Searched refs:rta_getattr_str (Results 1 – 20 of 20) sorted by relevance

/external/iproute2/tc/
Df_fw.c148 fprintf(f, "input dev %s ",rta_getattr_str(idev)); in fw_print_opt()
Df_bpf.c170 fprintf(f, "%s ", rta_getattr_str(tb[TCA_BPF_NAME])); in bpf_print_opt()
Dm_bpf.c175 fprintf(f, "%s ", rta_getattr_str(tb[TCA_ACT_BPF_NAME])); in bpf_print_opt()
Dtc_class.c260 const char *kind = rta_getattr_str(tb[TCA_KIND]); in graph_cls_show()
353 fprintf(fp, "class %s %s ", rta_getattr_str(tb[TCA_KIND]), abuf); in print_class()
Dm_xt.c313 rta_getattr_str(tb[TCA_IPT_TABLE]));
Dm_xt_old.c370 rta_getattr_str(tb[TCA_IPT_TABLE])); in print_ipt()
Dtc_qdisc.c239 fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]), t->tcm_handle>>16); in print_qdisc()
Dtc_filter.c258 fprintf(fp, "%s ", rta_getattr_str(tb[TCA_KIND])); in print_filter()
Df_flower.c477 fprintf(f, "\n indev %s", rta_getattr_str(attr)); in flower_print_opt()
Dm_ipt.c555 rta_getattr_str(tb[TCA_IPT_TABLE])); in print_ipt()
Df_u32.c1279 fprintf(f, "\n input dev %s\n", rta_getattr_str(idev)); in u32_print_opt()
/external/iproute2/lib/
Dll_map.c108 ifname = rta_getattr_str(tb[IFLA_IFNAME]); in ll_remember_index()
/external/iproute2/ip/
Diprule.c141 fprintf(fp, "iif %s ", rta_getattr_str(tb[FRA_IFNAME])); in print_rule()
147 fprintf(fp, "oif %s ", rta_getattr_str(tb[FRA_OIFNAME])); in print_rule()
Dipntable.c379 const char *name = rta_getattr_str(tb[NDTA_NAME]); in print_ntable()
409 const char *name = rta_getattr_str(tb[NDTA_NAME]); in print_ntable()
Dipaddress.c184 strcpy(ifr.ifr_name, rta_getattr_str(tb[IFLA_IFNAME])); in print_queuelen()
672 name = (char *)(tb[IFLA_IFNAME] ? rta_getattr_str(tb[IFLA_IFNAME]) : "<nil>"); in print_linkinfo_brief()
773 tb[IFLA_IFNAME] ? rta_getattr_str(tb[IFLA_IFNAME]) : "<nil>"); in print_linkinfo()
797 fprintf(fp, "qdisc %s ", rta_getattr_str(tb[IFLA_QDISC])); in print_linkinfo()
884 rta_getattr_str(tb[IFLA_IFALIAS])); in print_linkinfo()
1136 fprintf(fp, "%s", rta_getattr_str(rta_tb[IFA_LABEL])); in print_addrinfo()
Dipl2tp.c329 p->ifname = rta_getattr_str(attrs[L2TP_ATTR_IFNAME]); in get_response()
Diproute.c619 fprintf(fp, " %s", rta_getattr_str(mxrta[i])); in print_route()
/external/iproute2/include/
Dlibnetlink.h146 static inline const char *rta_getattr_str(const struct rtattr *rta) in rta_getattr_str() function
/external/iproute2/bridge/
Dlink.c131 tb[IFLA_IFNAME] ? rta_getattr_str(tb[IFLA_IFNAME]) : "<nil>"); in print_linkinfo()
/external/iproute2/misc/
Dss.c1964 rta_getattr_str(tb[INET_DIAG_CONG]), in tcp_show_info()