Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
A Dnetwork_helpers.c732 char pkt_fname[PATH_MAX]; member
1069 snprintf(ctx->pkt_fname, sizeof(ctx->pkt_fname), in traffic_monitor_start()
1089 ctx->dumper = pcap_dump_open(ctx->pcap, ctx->pkt_fname); in traffic_monitor_start()
1091 log_err("Failed to open pcap dump: %s", ctx->pkt_fname); in traffic_monitor_start()
1117 unlink(ctx->pkt_fname); in traffic_monitor_start()
1158 printf("Packet file: %s\n", strrchr(ctx->pkt_fname, '/') + 1); in traffic_monitor_stop()

Completed in 5 milliseconds