nla_strcmp        239 include/net/netlink.h extern int		nla_strcmp(const struct nlattr *nla, const char *str);
nla_strcmp        392 net/core/fib_rules.c 		    nla_strcmp(tb[FRA_IFNAME], rule->ifname))
nla_strcmp       1879 net/core/neighbour.c 		if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0)
nla_strcmp        653 net/decnet/dn_dev.c 		if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label))
nla_strcmp        467 net/ipv4/devinet.c 		if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label))
nla_strcmp        319 net/sched/act_api.c 			if (nla_strcmp(kind, a->kind) == 0) {
nla_strcmp         49 net/sched/cls_api.c 			if (nla_strcmp(kind, t->kind) == 0) {
nla_strcmp        274 net/sched/cls_api.c 	} else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind))
nla_strcmp        277 net/sched/sch_api.c 			if (nla_strcmp(kind, q->id) == 0) {
nla_strcmp        988 net/sched/sch_api.c 	if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id))
nla_strcmp       1063 net/sched/sch_api.c 				if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id))
nla_strcmp       1097 net/sched/sch_api.c 				      nla_strcmp(tca[TCA_KIND], q->ops->id))))
nla_strcmp       1112 net/sched/sch_api.c 	if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id))