Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c827 char pkt_fname[PATH_MAX]; member
1193 snprintf(ctx->pkt_fname, sizeof(ctx->pkt_fname), in traffic_monitor_start()
1213 ctx->dumper = pcap_dump_open(ctx->pcap, ctx->pkt_fname); in traffic_monitor_start()
1215 log_err("Failed to open pcap dump: %s", ctx->pkt_fname); in traffic_monitor_start()
1241 unlink(ctx->pkt_fname); in traffic_monitor_start()
1283 tm_print("Packet file: %s\n", strrchr(ctx->pkt_fname, '/') + 1); in traffic_monitor_stop()