Searched refs:cp_fn_t (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 109 typedef void *(*cp_fn_t)(void *, const void *, size_t); typedef 142 static void bpf_deliver(struct bpf_d *, cp_fn_t, 154 cp_fn_t, struct timeval *); 1480 bpf_deliver(struct bpf_d *d, cp_fn_t cpfn, void *marg, uint_t pktlen, in bpf_deliver() 1513 cp_fn_t cpfn; in bpf_mtap() 1521 cpfn = (cp_fn_t)memcpy; in bpf_mtap() 1564 cp_fn_t cpfn, struct timeval *tv) in catchpacket()
|