Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sched/
A Dem_ipt.c106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match()
A Dsch_api.c359 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops()
1496 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_get_qdisc()
1588 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
1626 nla_strcmp(tca[TCA_KIND], q->ops->id)))) in tc_modify_qdisc()
1647 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
A Dcls_api.c2276 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter()
2455 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter()
2597 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
A Dact_api.c1040 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
/linux-6.3-rc2/lib/
A Dnlattr.c839 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function
855 EXPORT_SYMBOL(nla_strcmp);
/linux-6.3-rc2/net/netfilter/
A Dnfnetlink_cthelper.c305 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
A Dnf_tables_api.c650 if (!nla_strcmp(nla, table->name) && in nft_table_lookup()
713 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup()
1364 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush()
2725 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get()
3910 if (!nla_strcmp(nla, set->name) && in nft_set_lookup()
7465 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
/linux-6.3-rc2/include/net/
A Dnetlink.h529 int nla_strcmp(const struct nlattr *nla, const char *str);
/linux-6.3-rc2/drivers/block/
A Dnbd.c2178 if (nla_strcmp(info->attrs[NBD_ATTR_BACKEND_IDENTIFIER], in nbd_genl_reconfigure()
/linux-6.3-rc2/net/ipv4/
A Ddevinet.c677 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
/linux-6.3-rc2/net/core/
A Dneighbour.c2358 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()

Completed in 65 milliseconds