Searched refs:nla_strcmp (Results 1 – 11 of 11) sorted by relevance
| /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 | 367 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops() 1514 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in __tc_get_qdisc() 1643 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in __tc_modify_qdisc() 1693 nla_strcmp(tca[TCA_KIND], q->ops->id)) { in __tc_modify_qdisc() 1719 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) { in __tc_modify_qdisc()
|
| H A D | cls_api.c | 2394 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter() 2579 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter() 2723 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
|
| H A D | act_api.c | 1113 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 1627 !nla_strcmp(mod_name_attr, in dpll_pin_find() 1631 !nla_strcmp(board_label, prop->board_label) : false) : in dpll_pin_find() 1634 !nla_strcmp(panel_label, prop->panel_label) : false) : in dpll_pin_find() 1637 !nla_strcmp(package_label, prop->package_label) : in dpll_pin_find() 1831 !nla_strcmp(mod_name_attr, in dpll_device_find()
|
| /linux/lib/ |
| H A D | nlattr.c | 871 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function 887 EXPORT_SYMBOL(nla_strcmp);
|
| /linux/net/netfilter/ |
| H A D | nfnetlink_cthelper.c | 304 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
|
| H A D | nf_tables_api.c | 994 if (!nla_strcmp(nla, table->name) && in nft_table_lookup() 1058 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup() 1758 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush() 3414 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get() 4777 if (!nla_strcmp(nla, set->name) && in nft_set_lookup() 8801 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
|
| /linux/drivers/block/ |
| H A D | nbd.c | 2335 if (nla_strcmp(info->attrs[NBD_ATTR_BACKEND_IDENTIFIER], in nbd_genl_reconfigure()
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 833 if (s && nla_strcmp(name, s->name) == 0) { in ip_set_get_byname()
|
| /linux/net/core/ |
| H A D | neighbour.c | 2420 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()
|