Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1492 bpf_deliver(struct bpf_d *d, cp_fn_t cpfn, void *marg, uint_t pktlen, in bpf_deliver() argument
1513 catchpacket(d, marg, pktlen, slen, cpfn, &tv); in bpf_deliver()
1525 cp_fn_t cpfn; in bpf_mtap() local
1533 cpfn = (cp_fn_t)memcpy; in bpf_mtap()
1537 cpfn = bpf_mcpy; in bpf_mtap()
1542 bpf_deliver(d, cpfn, marg, pktlen, buflen, issent); in bpf_mtap()
1576 cp_fn_t cpfn, struct timeval *tv) in catchpacket() argument
1638 (*cpfn)((uchar_t *)hp + hdrlen, pkt, in catchpacket()