Searched refs:nla_strcmp (Results 1 - 12 of 12) sorted by relevance

/linux-master/net/sched/
H A Dem_ipt.c106 if (!nla_strcmp(mname_attr, m->match_name))
H A Dsch_api.c360 if (nla_strcmp(kind, q->id) == 0) {
1556 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) {
1666 nla_strcmp(tca[TCA_KIND], q->ops->id)) {
1716 nla_strcmp(tca[TCA_KIND], q->ops->id)) {
1742 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) {
H A Dcls_api.c2330 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) {
2509 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) {
2650 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) {
H A Dact_api.c1061 if (nla_strcmp(kind, a->kind) == 0) {
/linux-master/drivers/dpll/
H A Ddpll_netlink.c1064 !nla_strcmp(mod_name_attr,
1068 !nla_strcmp(board_label, prop->board_label) : false) :
1071 !nla_strcmp(panel_label, prop->panel_label) : false) :
1074 !nla_strcmp(package_label, prop->package_label) :
1266 !nla_strcmp(mod_name_attr,
/linux-master/lib/
H A Dnlattr.c867 * nla_strcmp - Compare a string attribute against a string
871 int nla_strcmp(const struct nlattr *nla, const char *str) function
887 EXPORT_SYMBOL(nla_strcmp); variable
/linux-master/net/netfilter/
H A Dnfnetlink_cthelper.c305 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name))
H A Dnf_tables_api.c800 if (!nla_strcmp(nla, table->name) &&
864 if (!nla_strcmp(nla, type->name))
1560 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0)
3072 if (!nla_strcmp(nla, type->name)) {
4406 if (!nla_strcmp(nla, set->name) &&
8234 if (!nla_strcmp(nla, flowtable->name) &&
/linux-master/include/net/
H A Dnetlink.h148 * nla_strcmp(nla, str) compare attribute with string
536 int nla_strcmp(const struct nlattr *nla, const char *str);
/linux-master/drivers/block/
H A Dnbd.c2236 if (nla_strcmp(info->attrs[NBD_ATTR_BACKEND_IDENTIFIER],
/linux-master/net/ipv4/
H A Ddevinet.c679 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label))
/linux-master/net/core/
H A Dneighbour.c2339 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) {

Completed in 254 milliseconds