Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/af_xdp/
H A Dmeson.build11 if bpf_dep.found() and cc.has_header('bpf/xsk.h') and cc.has_header('linux/if_xdp.h')
/f-stack/dpdk/examples/pipeline/
H A Dmeson.build9 build = cc.has_header('sys/epoll.h')
/f-stack/dpdk/examples/vhost_blk/
H A Dmeson.build14 if not cc.has_header('linux/virtio_blk.h')
/f-stack/dpdk/examples/ip_pipeline/
H A Dmeson.build9 build = cc.has_header('sys/epoll.h')
/f-stack/dpdk/lib/librte_vhost/
H A Dmeson.build19 cc.has_header('linux/userfaultfd.h'))
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c174 int n, has_header, rc = 0; in kstat_sysctl_raw() local
194 has_header = (ksp->ks_raw_ops.headers || in kstat_sysctl_raw()
208 if (has_header) { in kstat_sysctl_raw()
/f-stack/dpdk/config/
H A Dmeson.build146 if numa_dep.found() and cc.has_header('numaif.h')
155 if fdt_dep.found() and cc.has_header('fdt.h')
174 if pcap_dep.found() and cc.has_header('pcap.h', dependencies: pcap_dep)