Home
last modified time | relevance | path

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

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