Searched refs:IP6_GT (Results 1 – 3 of 3) sorted by relevance
1896 else if (IP6_GT(&ap->st_src, &bp->st_src))1936 else if (IP6_GT(&ap->st_dst, &bp->st_dst))
458 if (IP6_GT(&np->in_next6, &np->in_out[1]))467 IP6_GT(&a2, &np->in_out[0])) {
214 #define IP6_GT(a,b) (ntohl(HI60(a)) > ntohl(HI60(b)) || \ macro