Searched refs:nla_strcmp (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/net/sched/ |
D | em_ipt.c | 106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match()
|
D | sch_api.c | 357 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops() 1475 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_get_qdisc() 1570 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc() 1608 nla_strcmp(tca[TCA_KIND], q->ops->id)))) in tc_modify_qdisc() 1629 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
|
D | cls_api.c | 2102 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter() 2278 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter() 2420 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
|
D | act_api.c | 643 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
|
/Linux-v5.10/lib/ |
D | nlattr.c | 812 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function 828 EXPORT_SYMBOL(nla_strcmp);
|
/Linux-v5.10/net/netfilter/ |
D | nfnetlink_cthelper.c | 301 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
|
D | nf_tables_api.c | 520 if (!nla_strcmp(nla, table->name) && in nft_table_lookup() 571 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup() 1163 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush() 2487 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get() 3613 if (!nla_strcmp(nla, set->name) && in nft_set_lookup() 6400 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
|
/Linux-v5.10/include/net/ |
D | netlink.h | 513 int nla_strcmp(const struct nlattr *nla, const char *str);
|
/Linux-v5.10/net/decnet/ |
D | dn_dev.c | 601 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in dn_nl_deladdr()
|
/Linux-v5.10/net/ipv4/ |
D | devinet.c | 676 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
|
/Linux-v5.10/net/core/ |
D | neighbour.c | 2210 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()
|