Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dnlattr.c811 * nla_strcmp - Compare a string attribute against a string
815 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function
831 EXPORT_SYMBOL(nla_strcmp); variable
/kernel/linux/linux-5.10/net/sched/
H A Dsch_api.c357 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops()
1493 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_get_qdisc()
1606 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
1656 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
1682 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
H A Dem_ipt.c106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match()
H A Dcls_api.c2106 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter()
2283 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter()
2425 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
H A Dact_api.c662 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_api.c360 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops()
1527 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_get_qdisc()
1637 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
1687 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
1713 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
H A Dem_ipt.c106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match()
H A Dact_ipt.c177 if (nla_strcmp(tb[TCA_IPT_TABLE], "mangle")) in __tcf_ipt_init()
H A Dcls_api.c2283 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter()
2462 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter()
2604 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
H A Dact_api.c1040 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
/kernel/linux/linux-6.6/lib/
H A Dnlattr.c845 * nla_strcmp - Compare a string attribute against a string
849 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function
865 EXPORT_SYMBOL(nla_strcmp); variable
/kernel/linux/linux-5.10/net/netfilter/
H A Dnfnetlink_cthelper.c301 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
H A Dnf_tables_api.c705 if (!nla_strcmp(nla, table->name) && in nft_table_lookup()
758 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup()
1392 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush()
2721 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get()
3860 if (!nla_strcmp(nla, set->name) && in nft_set_lookup()
6747 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnfnetlink_cthelper.c305 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
H A Dnf_tables_api.c794 if (!nla_strcmp(nla, table->name) && in nft_table_lookup()
858 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup()
1522 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush()
3017 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get()
4285 if (!nla_strcmp(nla, set->name) && in nft_set_lookup()
8008 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h146 * nla_strcmp(nla, str) compare attribute with string
513 int nla_strcmp(const struct nlattr *nla, const char *str);
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h146 * nla_strcmp(nla, str) compare attribute with string
525 int nla_strcmp(const struct nlattr *nla, const char *str);
/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c676 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
/kernel/linux/linux-6.6/drivers/block/
H A Dnbd.c2219 if (nla_strcmp(info->attrs[NBD_ATTR_BACKEND_IDENTIFIER], in nbd_genl_reconfigure()
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c679 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c2231 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c2339 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()

Completed in 83 milliseconds