Searched refs:nla_strcmp (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dattr.c251 * nla_strcmp - Compare a string attribute against a string
255 int nla_strcmp(const struct nlattr *nla, const char *str) function
436 EXPORT_SYMBOL(nla_strcmp); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetlink.h144 * nla_strcmp(nla, str) compare attribute with string
235 extern int nla_strcmp(const struct nlattr *nla, const char *str);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c371 nla_strcmp(tb[FRA_IFNAME], rule->ifname))
H A Dneighbour.c1812 if (nla_strcmp(tb[NDTA_NAME], tbl->id) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_dev.c645 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Ddevinet.c473 if (tb[IFA_LABEL] && nla_strcmp(tb[IFA_LABEL], ifa->ifa_label))

Completed in 70 milliseconds