Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diprule.c137 if (strcmp(filter.iif, rta_getattr_str(tb[FRA_IFNAME])) != 0) in filter_nlmsg()
146 if (strcmp(filter.oif, rta_getattr_str(tb[FRA_OIFNAME])) != 0) in filter_nlmsg()
257 fprintf(fp, "iif %s ", rta_getattr_str(tb[FRA_IFNAME])); in print_rule()
263 fprintf(fp, "oif %s ", rta_getattr_str(tb[FRA_OIFNAME])); in print_rule()
Dipaddress.c176 strcpy(ifr.ifr_name, rta_getattr_str(tb[IFLA_IFNAME])); in print_queuelen()
242 = rta_getattr_str(linkinfo[IFLA_INFO_KIND]); in print_linktype()
271 = rta_getattr_str(linkinfo[IFLA_INFO_SLAVE_KIND]); in print_linktype()
953 name = rta_getattr_str(tb[IFLA_IFNAME]); in print_linkinfo_brief()
1112 rta_getattr_str(tb[IFLA_IFNAME])); in print_linkinfo()
1154 rta_getattr_str(tb[IFLA_QDISC])); in print_linkinfo()
1285 rta_getattr_str(tb[IFLA_PHYS_PORT_NAME])); in print_linkinfo()
1314 rta_getattr_str(tb[IFLA_IFALIAS])); in print_linkinfo()
1644 rta_getattr_str(rta_tb[IFA_LABEL])); in print_addrinfo()
Dipntable.c368 const char *name = rta_getattr_str(tb[NDTA_NAME]); in print_ntable()
398 const char *name = rta_getattr_str(tb[NDTA_NAME]); in print_ntable()
Dipvrf.c539 name = rta_getattr_str(tb[IFLA_IFNAME]); in ipvrf_print()
Diproute_lwtunnel.c362 fprintf(fp, "%s ", rta_getattr_str(tb[LWT_BPF_PROG_NAME])); in print_encap_bpf_prog()
Dipl2tp.c386 p->ifname = rta_getattr_str(attrs[L2TP_ATTR_IFNAME]); in get_response()
Diproute.c616 fprintf(fp, "%s ", rta_getattr_str(mxrta[i])); in print_route()
/external/iproute2/tc/
Dtc_qdisc.c246 rta_getattr_str(tb[TCA_KIND]), in print_qdisc()
249 fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]), in print_qdisc()
Df_fw.c158 fprintf(f, "input dev %s ", rta_getattr_str(idev)); in fw_print_opt()
Dtc_class.c255 const char *kind = rta_getattr_str(tb[TCA_KIND]); in graph_cls_show()
348 fprintf(fp, "class %s %s ", rta_getattr_str(tb[TCA_KIND]), abuf); in print_class()
Dm_bpf.c173 fprintf(f, "%s ", rta_getattr_str(tb[TCA_ACT_BPF_NAME])); in bpf_print_opt()
Df_bpf.c197 fprintf(f, "%s ", rta_getattr_str(tb[TCA_BPF_NAME])); in bpf_print_opt()
Dm_xt.c338 rta_getattr_str(tb[TCA_IPT_TABLE]));
Dm_xt_old.c372 rta_getattr_str(tb[TCA_IPT_TABLE])); in print_ipt()
Dm_ipt.c449 rta_getattr_str(tb[TCA_IPT_TABLE])); in print_ipt()
Dtc_filter.c287 fprintf(fp, "%s ", rta_getattr_str(tb[TCA_KIND])); in print_filter()
Df_u32.c1335 fprintf(f, "\n input dev %s\n", rta_getattr_str(idev)); in u32_print_opt()
Df_flower.c1199 fprintf(f, "\n indev %s", rta_getattr_str(attr)); in flower_print_opt()
/external/iproute2/lib/
Dll_map.c107 ifname = rta_getattr_str(tb[IFLA_IFNAME]); in ll_remember_index()
/external/iproute2/include/
Dlibnetlink.h183 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.c2199 rta_getattr_str(tb[INET_DIAG_CONG]), in tcp_show_info()