Searched refs:addrv6 (Results 1 – 1 of 1) sorted by relevance
837 #define NECP_IS_INTCOPROC_ADDRESS(addrv6) \ argument838 (IN6_IS_ADDR_LINKLOCAL(addrv6) && \839 addrv6->s6_addr32[2] == ntohl(0xaede48ff) && addrv6->s6_addr32[3] == ntohl(0xfe334455))8343 struct in6_addr *addrv6 = &SIN6(dst)->sin6_addr; in necp_application_find_policy_match_internal() local8344 if (NECP_IS_INTCOPROC_ADDRESS(addrv6)) { in necp_application_find_policy_match_internal()13875 struct in6_addr * __single addrv6 = &ip6->ip6_dst; in necp_is_intcoproc() local13877 NECP_IS_INTCOPROC_ADDRESS(addrv6)) { in necp_is_intcoproc()