Home
last modified time | relevance | path

Searched refs:gifp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet6/
H A Din6_gif.c318 struct ifnet *gifp; in in6_gif_input() local
328 gifp = GIF2IFP(sc); in in6_gif_input()
329 if ((gifp->if_flags & IFF_UP) != 0) { in in6_gif_input()
333 gif_input(m, gifp, proto, ecn); in in6_gif_input()
/freebsd/sys/netinet/
H A Din_gif.c300 struct ifnet *gifp; in in_gif_input() local
310 gifp = GIF2IFP(sc); in in_gif_input()
311 if ((gifp->if_flags & IFF_UP) != 0) { in in_gif_input()
315 gif_input(m, gifp, proto, ecn); in in_gif_input()