Searched refs:gifp (Results 1 – 2 of 2) sorted by relevance
313 struct ifnet *gifp; in in_gif_input() local323 gifp = GIF2IFP(sc); in in_gif_input()324 if ((gifp->if_flags & IFF_UP) != 0) { in in_gif_input()328 gif_input(m, gifp, proto, ecn); in in_gif_input()
334 struct ifnet *gifp; in in6_gif_input() local344 gifp = GIF2IFP(sc); in in6_gif_input()345 if ((gifp->if_flags & IFF_UP) != 0) { in in6_gif_input()349 gif_input(m, gifp, proto, ecn); in in6_gif_input()