Searched refs:install_bpf_program (Results 1 - 20 of 20) sorted by relevance

/external/libpcap/
H A Dpcap-septel.c278 if (install_bpf_program(p, fp) < 0) {
H A Dpcap-bt-monitor-linux.c171 handle->setfilter_op = install_bpf_program; /* no kernel filtering */
H A Dpcap-dbus.c208 handle->setfilter_op = install_bpf_program; /* XXX, later add support for dbus_bus_add_match() */
H A Dpcap-int.h455 int install_bpf_program(pcap_t *, struct bpf_program *);
H A Dpcap-nit.c337 p->setfilter_op = install_bpf_program; /* no kernel filtering */
H A Dsavefile.c329 p->setfilter_op = install_bpf_program;
H A Dpcap-win32.c857 * install_bpf_program() validates the program.
861 if (install_bpf_program(p, fp) < 0)
895 if (install_bpf_program(p, fp) < 0)
H A Dpcap-bt-linux.c208 handle->setfilter_op = install_bpf_program; /* no kernel filtering */
H A Dpcap-libdlpi.c231 p->setfilter_op = install_bpf_program; /* No kernel filtering */
H A Dpcap-snit.c415 p->setfilter_op = install_bpf_program; /* no kernel filtering */
H A Dpcap-snoop.c388 p->setfilter_op = install_bpf_program; /* no kernel filtering */
H A Dpcap-pf.c599 if (install_bpf_program(p, fp) < 0)
H A Dpcap-snf.c207 if (install_bpf_program(p, fp) < 0)
H A Dpcap-netfilter-linux.c484 handle->setfilter_op = install_bpf_program; /* no kernel filtering */
H A Dpcap-dag.c1065 if (install_bpf_program(p, fp) < 0)
H A Dpcap-dlpi.c810 p->setfilter_op = install_bpf_program; /* no kernel filtering */
H A Dpcap-usb-linux.c351 handle->setfilter_op = install_bpf_program; /* no kernel filtering */
H A Doptimize.c2215 install_bpf_program(pcap_t *p, struct bpf_program *fp) function
H A Dpcap-bpf.c2682 * install_bpf_program() validates the program.
2686 if (install_bpf_program(p, fp) < 0)
H A Dpcap-linux.c2432 if (install_bpf_program(handle, filter) < 0)
2433 /* install_bpf_program() filled in errbuf */

Completed in 175 milliseconds