nla_memcmp        237 include/net/netlink.h extern int		nla_memcmp(const struct nlattr *nla, const void *data,
nla_memcmp        650 net/decnet/dn_dev.c 		    nla_memcmp(tb[IFA_LOCAL], &ifa->ifa_local, 2))
nla_memcmp       3189 net/ipv6/addrconf.c 		if (pfx && nla_memcmp(local, pfx, sizeof(*pfx)))
nla_memcmp        203 net/ipv6/fib6_rules.c 	    nla_memcmp(tb[FRA_SRC], &rule6->src.addr, sizeof(struct in6_addr)))
nla_memcmp        207 net/ipv6/fib6_rules.c 	    nla_memcmp(tb[FRA_DST], &rule6->dst.addr, sizeof(struct in6_addr)))