Searched refs:gif_pdst (Results 1 – 4 of 4) sorted by relevance
509 if (!sc->gif_psrc || !sc->gif_pdst) { in gif_encapcheck()530 sc->gif_pdst->sa_family != AF_INET) { in gif_encapcheck()538 sc->gif_pdst->sa_family != AF_INET6) { in gif_encapcheck()558 struct sockaddr *gif_pdst; in gif_output() local563 gif_pdst = sc->gif_pdst; in gif_output()573 gif_psrc == NULL || gif_pdst == NULL) { in gif_output()815 if (!sc2->gif_pdst || !sc2->gif_psrc) { in gif_ioctl()819 if (sc2->gif_pdst->sa_family != dst->sa_family || in gif_ioctl()820 sc2->gif_pdst->sa_len != dst->sa_len || in gif_ioctl()828 if (SOCKADDR_CMP(sc2->gif_pdst, dst, dst->sa_len) == 0 && in gif_ioctl()[all …]
79 struct sockaddr *gif_pdst; /* Physical dst addr */ member
106 struct sockaddr_in6 *sin6_dst = SIN6(sc->gif_pdst); in in6_gif_output()343 dst = SIN6(sc->gif_pdst); in gif_validate6()
106 struct sockaddr_in *__single sin_dst = SIN(sc->gif_pdst); in in_gif_output()356 dst = SIN(sc->gif_pdst); in gif_encapcheck4()