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

  /src/sys/net/npf/
npf_impl.h 102 typedef void ebr_t; typedef in typeref:typename:void
214 ebr_t * ebr;
538 ebr_t * npf_ebr_create(void);
539 void npf_ebr_destroy(ebr_t *);
540 void npf_ebr_register(ebr_t *);
541 void npf_ebr_unregister(ebr_t *);
542 int npf_ebr_enter(ebr_t *);
543 void npf_ebr_exit(ebr_t *, int);
544 void npf_ebr_full_sync(ebr_t *);
545 bool npf_ebr_incrit_p(ebr_t *);
    [all...]
npf_impl.h 102 typedef void ebr_t; typedef in typeref:typename:void
214 ebr_t * ebr;
538 ebr_t * npf_ebr_create(void);
539 void npf_ebr_destroy(ebr_t *);
540 void npf_ebr_register(ebr_t *);
541 void npf_ebr_unregister(ebr_t *);
542 int npf_ebr_enter(ebr_t *);
543 void npf_ebr_exit(ebr_t *, int);
544 void npf_ebr_full_sync(ebr_t *);
545 bool npf_ebr_incrit_p(ebr_t *);
    [all...]

Completed in 22 milliseconds