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

/freebsd-12-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscop.h55 struct sscop_funcs { struct
85 struct sscop *sscop_create(void *, const struct sscop_funcs *);
H A Dsscoppriv.h208 const struct sscop_funcs *funcs;
H A Dsaal_sscop.c450 sscop_create(void *a, const struct sscop_funcs *funcs)
/freebsd-12-stable/contrib/ngatm/sscop/
H A Dsscop_main.c84 static const struct sscop_funcs sscop_funcs = { variable in typeref:struct:sscop_funcs
240 if ((sscop = sscop_create(NULL, &sscop_funcs)) == NULL)
/freebsd-12-stable/sys/netgraph/atm/sscop/
H A Dng_sscop.c221 static const struct sscop_funcs sscop_funcs = { variable in typeref:struct:sscop_funcs
251 if ((p->sscop = sscop_create(node, &sscop_funcs)) == NULL) {

Completed in 128 milliseconds