Searched defs:ipv6_addr_equal (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_features.c19 #define ipv6_addr_equal(a, b) ((a).s6_addr32[0] == (b).s6_addr32[0] && \ macro
/linux-master/include/net/
H A Dipv6.h666 static inline bool ipv6_addr_equal(const struct in6_addr *a1, function

Completed in 98 milliseconds