Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-haiku.cpp155 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in pcap_activate_haiku()
H A Dpcap-int.h626 int install_bpf_program(pcap_t *, struct bpf_program *);
H A Dsavefile.c556 p->setfilter_op = install_bpf_program; in pcap_fopen_offline_with_tstamp_precision()
H A Dpcap-airpcap.c282 if (install_bpf_program(p, fp) < 0) in airpcap_setfilter()
H A Dpcap-dpdk.c936 p->setfilter_op = install_bpf_program; in pcap_dpdk_activate()
H A Dpcap-bpf.c3393 if (install_bpf_program(p, fp) < 0)
H A Doptimize.c2939 install_bpf_program(pcap_t *p, struct bpf_program *fp) in install_bpf_program() function