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

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

Completed in 200 milliseconds