HomeSort by: relevance | last modified time | path
    Searched defs:encap_cookie (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_stf.c 132 const struct encaptab *encap_cookie; member in struct:stf_softc
223 sc->encap_cookie = encap_attach_func(AF_INET, IPPROTO_IPV6,
226 if (sc->encap_cookie == NULL) {
252 encap_detach(sc->encap_cookie);
if_stf.c 132 const struct encaptab *encap_cookie; member in struct:stf_softc
223 sc->encap_cookie = encap_attach_func(AF_INET, IPPROTO_IPV6,
226 if (sc->encap_cookie == NULL) {
252 encap_detach(sc->encap_cookie);

Completed in 61 milliseconds