Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c1151 #define PCAP_DIR "/tmp/tmon_pcap" macro
1187 PCAP_DIR "/packets-%d-%d-%s-%s.log", getpid(), tmon_seq++, in traffic_monitor_start()
1190 r = mkdir(PCAP_DIR, 0755); in traffic_monitor_start()
1192 log_err("Failed to create " PCAP_DIR); in traffic_monitor_start()