Searched refs:cpfn (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 1480 bpf_deliver(struct bpf_d *d, cp_fn_t cpfn, void *marg, uint_t pktlen, in bpf_deliver() argument 1501 catchpacket(d, marg, pktlen, slen, cpfn, &tv); in bpf_deliver() 1513 cp_fn_t cpfn; in bpf_mtap() local 1521 cpfn = (cp_fn_t)memcpy; in bpf_mtap() 1525 cpfn = bpf_mcpy; in bpf_mtap() 1530 bpf_deliver(d, cpfn, marg, pktlen, buflen, issent); in bpf_mtap() 1564 cp_fn_t cpfn, struct timeval *tv) in catchpacket() argument 1626 (*cpfn)((uchar_t *)hp + hdrlen, pkt, in catchpacket()
|