Home
last modified time | relevance | path

Searched defs:bpf_provider_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h59 typedef struct bpf_provider_s { struct
60 int bpr_unit;
61 int (*bpr_open)(const char *, uintptr_t *, zoneid_t);
62 void (*bpr_close)(uintptr_t);
63 const char *(*bpr_name)(uintptr_t);
64 int (*bpr_type)(uintptr_t);
65 void (*bpr_sdu_get)(uintptr_t, uint_t *);
66 int (*bpr_tx)(uintptr_t, mblk_t *);
67 uintptr_t (*bpr_promisc_add)(uintptr_t, int, void *, uintptr_t *,
69 void (*bpr_promisc_remove)(uintptr_t);
[all …]