Searched refs:nla_strcmp (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/lib/ |
D | nlattr.c | 312 int nla_strcmp(const struct nlattr *nla, const char *str) in nla_strcmp() function 328 EXPORT_SYMBOL(nla_strcmp);
|
/linux-4.4.14/net/sched/ |
D | cls_api.c | 48 if (nla_strcmp(kind, t->kind) == 0) { in tcf_proto_lookup_ops() 282 } else if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], tp->ops->kind)) in tc_ctl_tfilter()
|
D | sch_api.c | 338 if (nla_strcmp(kind, q->id) == 0) { in qdisc_lookup_ops() 1158 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) in tc_get_qdisc() 1236 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) in tc_modify_qdisc() 1270 nla_strcmp(tca[TCA_KIND], q->ops->id)))) in tc_modify_qdisc() 1285 if (tca[TCA_KIND] && nla_strcmp(tca[TCA_KIND], q->ops->id)) in tc_modify_qdisc()
|
D | act_api.c | 394 if (nla_strcmp(kind, a->kind) == 0) { in tc_lookup_action()
|
/linux-4.4.14/net/core/ |
D | fib_rules.c | 467 nla_strcmp(tb[FRA_IIFNAME], rule->iifname)) in fib_nl_delrule() 471 nla_strcmp(tb[FRA_OIFNAME], rule->oifname)) in fib_nl_delrule()
|
D | neighbour.c | 1963 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0) { in neightbl_set()
|
/linux-4.4.14/include/net/ |
D | netlink.h | 245 int nla_strcmp(const struct nlattr *nla, const char *str);
|
/linux-4.4.14/net/netfilter/ |
D | nf_tables_api.c | 371 if (!nla_strcmp(nla, table->name)) in nft_table_lookup() 406 !nla_strcmp(nla, chain_type[family][i]->name)) in __nf_tables_chain_type_lookup() 799 nla_strcmp(nla[NFTA_TABLE_NAME], table->name) != 0) in nft_flush() 901 if (!nla_strcmp(nla, chain->name)) in nf_tables_chain_lookup() 1554 if (!nla_strcmp(nla, type->name) && in __nft_expr_type_get() 2381 if (!nla_strcmp(nla, set->name)) in nf_tables_set_lookup()
|
/linux-4.4.14/net/decnet/ |
D | dn_dev.c | 601 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in dn_nl_deladdr()
|
/linux-4.4.14/net/ipv4/ |
D | devinet.c | 603 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label)) in inet_rtm_deladdr()
|