Searched refs:nla_strcmp (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/dpll/ |
H A D | dpll_netlink.c | 1218 !nla_strcmp(mod_name_attr, in dpll_pin_find() 1222 !nla_strcmp(board_label, prop->board_label) : false) : in dpll_pin_find() 1225 !nla_strcmp(panel_label, prop->panel_label) : false) : in dpll_pin_find() 1228 !nla_strcmp(package_label, prop->package_label) : in dpll_pin_find() 1420 !nla_strcmp(mod_name_attr, in dpll_device_find()
|
/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 | cls_api.c | 2365 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_new_tfilter() 2548 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_del_tfilter() 2692 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) { in tc_get_tfilter()
|
/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 | 305 if (nla_strcmp(tb[NFCTH_POLICY_NAME], policy->name)) in nfnl_cthelper_update_policy_one()
|
H A D | nf_tables_api.c | 955 if (!nla_strcmp(nla, table->name) && in nft_table_lookup() 1019 if (!nla_strcmp(nla, type->name)) in __nf_tables_chain_type_lookup() 1715 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush() 3230 if (!nla_strcmp(nla, type->name)) { in __nft_expr_type_get() 4596 if (!nla_strcmp(nla, set->name) && in nft_set_lookup() 8706 if (!nla_strcmp(nla, flowtable->name) && in nft_flowtable_lookup()
|
/linux/net/ipv4/ |
H A D | devinet.c | 695 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
|
/linux/net/core/ |
H A D | neighbour.c | 2296 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()
|