Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c777 char pkt_fname[PATH_MAX]; member
1137 snprintf(ctx->pkt_fname, sizeof(ctx->pkt_fname), in traffic_monitor_start()
1157 ctx->dumper = pcap_dump_open(ctx->pcap, ctx->pkt_fname); in traffic_monitor_start()
1159 log_err("Failed to open pcap dump: %s", ctx->pkt_fname); in traffic_monitor_start()
1185 unlink(ctx->pkt_fname); in traffic_monitor_start()
1226 tm_print("Packet file: %s\n", strrchr(ctx->pkt_fname, '/') + 1); in traffic_monitor_stop()