Searched refs:nla_strcmp (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | em_ipt.c | 106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match()
|
H A D | sch_api.c | 360 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops() 1533 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_get_qdisc() 1647 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc() 1697 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc() 1723 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
|
H A D | act_ipt.c | 177 if (nla_strcmp(tb[TCA_IPT_TABLE], "mangle")) in __tcf_ipt_init()
|
H A D | cls_api.c | 2283 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 D | act_api.c | 1060 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
|
/openbmc/linux/lib/ |
H A D | nlattr.c | 849 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function 865 EXPORT_SYMBOL(nla_strcmp);
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_cthelper.c | 305 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
|
H A D | nf_tables_api.c | 802 if (!nla_strcmp(nla, table->name) && in nft_table_lookup() 866 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup() 1550 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush() 3059 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get() 4390 if (!nla_strcmp(nla, set->name) && in nft_set_lookup() 8255 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
|
/openbmc/linux/include/net/ |
H A D | netlink.h | 525 int nla_strcmp(const struct nlattr *nla, const char *str);
|
/openbmc/linux/drivers/block/ |
H A D | nbd.c | 2235 if (nla_strcmp(info->attrs[NBD_ATTR_BACKEND_IDENTIFIER], in nbd_genl_reconfigure()
|
/openbmc/linux/net/ipv4/ |
H A D | devinet.c | 690 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
|
/openbmc/linux/net/core/ |
H A D | neighbour.c | 2339 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()
|