Searched refs:encap (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dif_gre.h62 const struct encaptab *encap; /* encapsulation cookie */ member in struct:gre_softc
H A Dif_gre.c207 sc->encap = NULL;
230 if (sc->encap != NULL)
231 encap_detach(sc->encap);
665 if (sc->encap != NULL) {
666 encap_detach(sc->encap);
667 sc->encap = NULL;
685 sc->encap = encap_attach(AF_INET, sc->g_proto,
689 if (sc->encap == NULL)
690 printf("%s: unable to attach encap\n",
/freebsd-9.3-release/etc/
H A Dprotocols108 encap 98 ENCAP # Yet Another IP encapsulation
H A Dservices2230 prsvp 3455/udp rsvp-encap #RSVP Port
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h2473 * @encap: LSO Encapsulation
2488 u32 encap,
2493 txdp->control_0 |= VXGE_HAL_FIFO_TXD_LSO_FRM_ENCAP(encap) |
2486 vxge_hal_fifo_txdl_lso_set( vxge_hal_txdl_h txdlh, u32 encap, u32 mss) argument

Completed in 68 milliseconds