Searched refs:nla_memcmp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | fib6_rules.c | 532 nla_memcmp(tb[FRA_SRC], &rule6->src.addr, sizeof(struct in6_addr))) in fib6_rule_compare() 536 nla_memcmp(tb[FRA_DST], &rule6->dst.addr, sizeof(struct in6_addr))) in fib6_rule_compare()
|
| H A D | addrconf.c | 4759 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx))) in extract_addr()
|
| /linux-6.15/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-6.15/include/net/ |
| H A D | netlink.h | 544 int nla_memcmp(const struct nlattr *nla, const void *data, size_t size);
|