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.c826 char pkt_fname[PATH_MAX]; member
1186 snprintf(ctx->pkt_fname, sizeof(ctx->pkt_fname), in traffic_monitor_start()
1206 ctx->dumper = pcap_dump_open(ctx->pcap, ctx->pkt_fname); in traffic_monitor_start()
1208 log_err("Failed to open pcap dump: %s", ctx->pkt_fname); in traffic_monitor_start()
1234 unlink(ctx->pkt_fname); in traffic_monitor_start()
1275 tm_print("Packet file: %s\n", strrchr(ctx->pkt_fname, '/') + 1); in traffic_monitor_stop()