Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_gif.c313 struct ifnet *gifp; in in_gif_input() local
323 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()
/f-stack/freebsd/netinet6/
H A Din6_gif.c334 struct ifnet *gifp; in in6_gif_input() local
344 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()