Searched refs:nla_strcmp (Results 1 – 15 of 15) sorted by relevance
/linux/net/sched/ |
A D | em_ipt.c | 106 if (!nla_strcmp(mname_attr, m->match_name)) in get_xt_match()
|
A D | sch_api.c | 357 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops() 1473 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_get_qdisc() 1568 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc() 1606 nla_strcmp(tca[TCA_KIND], q->ops->id)))) in tc_modify_qdisc() 1627 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in tc_modify_qdisc()
|
A D | cls_api.c | 2094 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter() 2273 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter() 2415 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
|
A D | act_api.c | 706 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
|
/linux/lib/ |
A D | nlattr.c | 824 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function 840 EXPORT_SYMBOL(nla_strcmp);
|
/linux/net/netfilter/ |
A D | nfnetlink_cthelper.c | 301 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
|
A D | nf_tables_api.c | 570 if (!nla_strcmp(nla, table->name) && in nft_table_lookup() 633 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup() 1257 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush() 2586 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get() 3707 if (!nla_strcmp(nla, set->name) && in nft_set_lookup() 7038 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
|
/linux/include/net/ |
A D | netlink.h | 513 int nla_strcmp(const struct nlattr *nla, const char *str);
|
/linux/net/decnet/ |
A D | dn_dev.c | 599 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in dn_nl_deladdr()
|
/linux/drivers/block/ |
A D | nbd.c | 2162 if (nla_strcmp(info->attrs[NBD_ATTR_BACKEND_IDENTIFIER], in nbd_genl_reconfigure()
|
/linux/net/ipv4/ |
A D | devinet.c | 677 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
|
/linux/net/core/ |
A D | neighbour.c | 2282 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()
|
/linux/ |
A D | vmlinux.symvers | 8231 0x00000000 nla_strcmp vmlinux EXPORT_SYMBOL
|
A D | System.map | 17127 ffff8000104c0204 T nla_strcmp
|
A D | .tmp_System.map | 17127 ffff8000104c0204 T nla_strcmp
|
Completed in 335 milliseconds