Searched refs:nla_memcmp (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/net/
H A Dnetlink.h147 * nla_memcmp(nla, data, size) compare attribute with memory area
540 int nla_memcmp(const struct nlattr *nla, const void *data, size_t size);
/linux-master/net/ipv6/
H A Daddrconf.c4754 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx)))
H A Dfib6_rules.c420 nla_memcmp(tb[FRA_SRC], &rule6->src.addr, sizeof(struct in6_addr)))
424 nla_memcmp(tb[FRA_DST], &rule6->dst.addr, sizeof(struct in6_addr)))
/linux-master/lib/
H A Dnlattr.c849 * nla_memcmp - Compare an attribute with sized memory area
854 int nla_memcmp(const struct nlattr *nla, const void *data, function
864 EXPORT_SYMBOL(nla_memcmp); variable

Completed in 205 milliseconds