Searched refs:bpr_open (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/bpf/net/ |
H A D | bpfdesc.h | 61 int (*bpr_open)(const char *, uintptr_t *, zoneid_t); member 91 #define MBPF_OPEN(_m, _n, _p, _z) (_m)->bpr_open(_n, (uintptr_t *)_p, _z)
|
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf_mod.c | 346 if (bp->bpl_what->bpr_open(name, &handle, zone) == 0) { in bpf_provider_tickle() 361 if (bp->bpl_what->bpr_open(name, &handle, in bpf_provider_tickle()
|