nla_strcmp        446 include/net/netlink.h int nla_strcmp(const struct nlattr *nla, const char *str);
nla_strcmp        621 lib/nlattr.c   EXPORT_SYMBOL(nla_strcmp);
nla_strcmp       2203 net/core/neighbour.c 		if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) {
nla_strcmp        604 net/decnet/dn_dev.c 		if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label))
nla_strcmp        676 net/ipv4/devinet.c 		if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label))
nla_strcmp        460 net/netfilter/nf_tables_api.c 		if (!nla_strcmp(nla, table->name) &&
nla_strcmp        511 net/netfilter/nf_tables_api.c 		if (!nla_strcmp(nla, type->name))
nla_strcmp       1055 net/netfilter/nf_tables_api.c 		    nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0)
nla_strcmp       2076 net/netfilter/nf_tables_api.c 		if (!nla_strcmp(nla, type->name)) {
nla_strcmp       3166 net/netfilter/nf_tables_api.c 		if (!nla_strcmp(nla, set->name) &&
nla_strcmp       5636 net/netfilter/nf_tables_api.c 		if (!nla_strcmp(nla, flowtable->name) &&
nla_strcmp        301 net/netfilter/nfnetlink_cthelper.c 	if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name))
nla_strcmp        634 net/sched/act_api.c 			if (nla_strcmp(kind, a->kind) == 0) {
nla_strcmp       2077 net/sched/cls_api.c 	if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) {
nla_strcmp       2253 net/sched/cls_api.c 	} else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) {
nla_strcmp       2395 net/sched/cls_api.c 	} else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) {
nla_strcmp        106 net/sched/em_ipt.c 		if (!nla_strcmp(mname_attr, m->match_name))
nla_strcmp        354 net/sched/sch_api.c 			if (nla_strcmp(kind, q->id) == 0) {
nla_strcmp       1465 net/sched/sch_api.c 	if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) {
nla_strcmp       1560 net/sched/sch_api.c 				    nla_strcmp(tca[TCA_KIND], q->ops->id)) {
nla_strcmp       1598 net/sched/sch_api.c 				      nla_strcmp(tca[TCA_KIND], q->ops->id))))
nla_strcmp       1619 net/sched/sch_api.c 	if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) {