Searched refs:nla_memcmp (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/ipv6/ |
| D | fib6_rules.c | 416 nla_memcmp(tb[FRA_SRC], &rule6->src.addr, sizeof(struct in6_addr))) in fib6_rule_compare() 420 nla_memcmp(tb[FRA_DST], &rule6->dst.addr, sizeof(struct in6_addr))) in fib6_rule_compare()
|
| D | addrconf.c | 4645 if (pfx && nla_memcmp(local, pfx, sizeof(*pfx))) in extract_addr()
|
| /Linux-v6.1/lib/ |
| D | nlattr.c | 819 int nla_memcmp(const struct nlattr *nla, const void *data, in nla_memcmp() function 829 EXPORT_SYMBOL(nla_memcmp);
|
| /Linux-v6.1/include/net/ |
| D | netlink.h | 527 int nla_memcmp(const struct nlattr *nla, const void *data, size_t size);
|