Searched refs:install_bpf_program (Results 1 – 24 of 24) sorted by relevance
| /freebsd-13.1/contrib/libpcap/ |
| H A D | pcap-septel.c | 294 if (install_bpf_program(p, fp) < 0) in septel_setfilter()
|
| H A D | pcap-bt-monitor-linux.c | 202 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in bt_monitor_activate()
|
| H A D | pcap-int.h | 521 int install_bpf_program(pcap_t *, struct bpf_program *);
|
| H A D | pcap-netmap.c | 270 p->setfilter_op = install_bpf_program; in pcap_netmap_activate()
|
| H A D | pcap-dbus.c | 230 handle->setfilter_op = install_bpf_program; /* XXX, later add support for dbus_bus_add_match() */ in dbus_activate()
|
| H A D | pcap-nit.c | 356 p->setfilter_op = install_bpf_program; /* no kernel filtering */ in pcap_activate_nit()
|
| H A D | pcap-bt-linux.c | 220 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in bt_activate()
|
| H A D | savefile.c | 446 p->setfilter_op = install_bpf_program; in pcap_fopen_offline_with_tstamp_precision()
|
| H A D | pcap-snit.c | 445 p->setfilter_op = install_bpf_program; /* no kernel filtering */ in pcap_activate_snit()
|
| H A D | pcap-libdlpi.c | 242 p->setfilter_op = install_bpf_program; /* No kernel filtering */ in pcap_activate_libdlpi()
|
| H A D | pcap-snoop.c | 406 p->setfilter_op = install_bpf_program; /* no kernel filtering */ in pcap_activate_snoop()
|
| H A D | pcap-snf.c | 209 if (install_bpf_program(p, fp) < 0) in snf_setfilter()
|
| H A D | pcap-pf.c | 664 if (install_bpf_program(p, fp) < 0) in pcap_setfilter_pf()
|
| H A D | pcap-rdmasniff.c | 310 handle->setfilter_op = install_bpf_program; in rdmasniff_activate()
|
| H A D | pcap-npf.c | 1337 if (install_bpf_program(p, fp) < 0) in pcap_setfilter_npf() 1371 if (install_bpf_program(p, fp) < 0) in pcap_setfilter_win32_dag()
|
| H A D | pcap-netfilter-linux.c | 566 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in netfilter_activate()
|
| H A D | pcap-usb-linux.c | 621 handle->setfilter_op = install_bpf_program; /* no kernel filtering */ in usb_activate()
|
| H A D | pcap-dlpi.c | 849 p->setfilter_op = install_bpf_program; /* no kernel filtering */
|
| H A D | pcap-dag.c | 1219 if (install_bpf_program(p, fp) < 0) in dag_setfilter()
|
| H A D | pcap-tc.c | 1116 if (install_bpf_program(p, fp) < 0) in TcSetFilter()
|
| H A D | pcap-bpf.c | 3247 if (install_bpf_program(p, fp) < 0)
|
| H A D | pcap-rpcap.c | 1578 if (install_bpf_program(fp, prog) == -1) in pcap_setfilter_rpcap()
|
| H A D | optimize.c | 2510 install_bpf_program(pcap_t *p, struct bpf_program *fp) in install_bpf_program() function
|
| H A D | pcap-linux.c | 2912 if (install_bpf_program(handle, filter) < 0)
|