Home
last modified time | relevance | path

Searched refs:nla_memcmp (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv6/
H A Dfib6_rules.c534 nla_memcmp(tb[FRA_SRC], &rule6->src.addr, sizeof(struct in6_addr))) in fib6_rule_compare()
538 nla_memcmp(tb[FRA_DST], &rule6->dst.addr, sizeof(struct in6_addr))) in fib6_rule_compare()
H A Daddrconf.c4791 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx))) in extract_addr()
/linux/lib/
H A Dnlattr.c854 int nla_memcmp(const struct nlattr *nla, const void *data, in nla_memcmp() function
864 EXPORT_SYMBOL(nla_memcmp);