Searched refs:tm_print (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.c | 846 void tm_print(const char *format, ...) in tm_print() function 877 tm_print("Packet captured: arphdr_type=%d\n", arphdr_type); in is_ethernet() 927 tm_print("%-7s %-3s IPv4 %s > %s: ICMP, length %d, type %d, code %d\n", in show_transport() 932 tm_print("%-7s %-3s IPv6 %s > %s: ICMPv6, length %d, type %d, code %d\n", in show_transport() 937 tm_print("%-7s %-3s %s %s > %s: protocol %d\n", in show_transport() 953 tm_print("%-7s %-3s IPv6 %s.%d > %s.%d: %s, length %d%s\n", in show_transport() 957 tm_print("%-7s %-3s IPv4 %s:%d > %s:%d: %s, length %d%s\n", in show_transport() 1074 tm_print("%-7s %-3s Unknown network protocol type 0x%x\n", in traffic_monitor_thread() 1275 tm_print("Packet file: %s\n", strrchr(ctx->pkt_fname, '/') + 1); in traffic_monitor_stop()
|