Home
last modified time | relevance | path

Searched refs:ebr_t (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/net/npf/
Dnpf_impl.h100 typedef void ebr_t; typedef
212 ebr_t * ebr;
528 ebr_t * npf_ebr_create(void);
529 void npf_ebr_destroy(ebr_t *);
530 void npf_ebr_register(ebr_t *);
531 void npf_ebr_unregister(ebr_t *);
532 int npf_ebr_enter(ebr_t *);
533 void npf_ebr_exit(ebr_t *, int);
534 void npf_ebr_full_sync(ebr_t *);
535 bool npf_ebr_incrit_p(ebr_t *);
Dnpf_os.c554 ebr_t *
561 npf_ebr_destroy(ebr_t *ebr) in npf_ebr_destroy()
567 npf_ebr_register(ebr_t *ebr) in npf_ebr_register()
573 npf_ebr_unregister(ebr_t *ebr) in npf_ebr_unregister()
579 npf_ebr_enter(ebr_t *ebr) in npf_ebr_enter()
586 npf_ebr_exit(ebr_t *ebr, int s) in npf_ebr_exit()
593 npf_ebr_full_sync(ebr_t *ebr) in npf_ebr_full_sync()
599 npf_ebr_incrit_p(ebr_t *ebr) in npf_ebr_incrit_p()