Home
last modified time | relevance | path

Searched refs:encap_getarg (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_encap.h90 void *encap_getarg(struct mbuf *);
H A Din_gif.c253 gifp = ((struct gif_softc *)encap_getarg(m))->gif_if; in in_gif_input()
H A Dip_encap.c522 encap_getarg(struct mbuf *m) in encap_getarg() function
/xnu-8019.80.24/bsd/netinet6/
H A Din6_gif.c251 gifp = ((struct gif_softc *)encap_getarg(m))->gif_if; in in6_gif_input()
/xnu-8019.80.24/bsd/net/
H A Dif_stf.c765 sc = (struct stf_softc *)encap_getarg(m); in in_stf_input()