Home
last modified time | relevance | path

Searched refs:nla_strcmp (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/net/sched/
Dem_ipt.c106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match()
Dsch_api.c358 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops()
1488 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_get_qdisc()
1580 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
1618 nla_strcmp(tca[TCA_KIND], q->ops->id)))) in tc_modify_qdisc()
1639 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
Dcls_api.c2115 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter()
2292 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter()
2434 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
Dact_api.c1044 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
/Linux-v6.1/lib/
Dnlattr.c836 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function
852 EXPORT_SYMBOL(nla_strcmp);
/Linux-v6.1/net/netfilter/
Dnfnetlink_cthelper.c305 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
Dnf_tables_api.c638 if (!nla_strcmp(nla, table->name) && in nft_table_lookup()
701 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup()
1352 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush()
2705 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get()
3835 if (!nla_strcmp(nla, set->name) && in nft_set_lookup()
7307 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
/Linux-v6.1/include/net/
Dnetlink.h528 int nla_strcmp(const struct nlattr *nla, const char *str);
/Linux-v6.1/drivers/block/
Dnbd.c2177 if (nla_strcmp(info->attrs[NBD_ATTR_BACKEND_IDENTIFIER], in nbd_genl_reconfigure()
/Linux-v6.1/net/ipv4/
Ddevinet.c676 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
/Linux-v6.1/net/core/
Dneighbour.c2336 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()