Searched refs:nla_memcmp (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv6/ |
H A D | fib6_rules.c | 448 nla_memcmp(tb[FRA_SRC], &rule6->src.addr, sizeof(struct in6_addr))) in fib6_rule_compare() 452 nla_memcmp(tb[FRA_DST], &rule6->dst.addr, sizeof(struct in6_addr))) in fib6_rule_compare()
|
H A D | addrconf.c | 4757 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx))) in extract_addr()
|
/linux/lib/ |
H A D | nlattr.c | 854 int nla_memcmp(const struct nlattr *nla, const void *data, in nla_memcmp() function 864 EXPORT_SYMBOL(nla_memcmp);
|
/linux/include/net/ |
H A D | netlink.h | 540 int nla_memcmp(const struct nlattr *nla, const void *data, size_t size);
|