Lines Matching refs:printk

39 #define printk(fmt, ...)						\  macro
42 #define pr_err(fmt, ...) printk(fmt ": %m", ##__VA_ARGS__)
223 printk("req buf is too small: %zu < %zu", req_sz, nl_size); in rtattr_pack()
297 printk("expected NLMSG_ERROR, got %d", (int)answer.hdr.nlmsg_type); in netlink_check_answer()
300 printk("NLMSG_ERROR: %d: %s", in netlink_check_answer()
383 printk("ip addr set %s", addr_str); in ip4_addr_set()
470 printk("Failed to set ipv4 addr"); in tunnel_set_route()
475 printk("Failed to set ipv4 route"); in tunnel_set_route()
494 printk("Failed to open netlink route socket in child"); in init_child()
499 printk("Failed to set ipv4 addr"); in init_child()
504 printk("Failed to bring up %s", veth); in init_child()
509 printk("Failed to add tunnel route on %s", veth); in init_child()
686 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_send()
696 printk("EOF on reply to ping"); in udp_ping_send()
699 printk("ping reply packet is corrupted %zd/%zu", r_bytes, buf_len); in udp_ping_send()
725 printk("EOF on reply to ping"); in udp_ping_reply()
729 printk("ping reply packet is corrupted %zd/%zu", r_bytes, buf_len); in udp_ping_reply()
738 printk("send part of the message: %zd/%zu", s_bytes, sizeof(server)); in udp_ping_reply()
756 printk("Failed to init ping"); in do_ping()
792 printk("ping (%s) %s->%s failed %u/%u times", in do_ping()
799 printk("ping (%s) %s->%s succeeded %u/%u times", in do_ping()
818 printk("Can't pack a key - too big for buffer"); in xfrm_fill_key()
850 printk("BUG: buggy ah desc"); in xfrm_state_pack_algo()
861 printk("BUG: buggy comp desc"); in xfrm_state_pack_algo()
872 printk("BUG: buggy esp desc"); in xfrm_state_pack_algo()
900 printk("BUG: unknown proto in desc"); in xfrm_state_pack_algo()
1052 printk("NLMSG_ERROR: %d: %s", in xfrm_state_check()
1058 printk("didn't find allocated xfrm state in dump"); in xfrm_state_check()
1076 printk("Failed to add xfrm state"); in xfrm_set()
1082 printk("Failed to add xfrm state"); in xfrm_set()
1090 printk("Failed to check xfrm state"); in xfrm_set()
1159 printk("Failed to add xfrm policy"); in xfrm_prepare()
1165 printk("Failed to add xfrm policy"); in xfrm_prepare()
1210 printk("Failed to add xfrm policy"); in xfrm_cleanup()
1216 printk("Failed to add xfrm policy"); in xfrm_cleanup()
1262 printk("Failed to remove xfrm state"); in xfrm_delete()
1267 printk("Failed to remove xfrm state"); in xfrm_delete()
1312 printk("allocated spi is different from requested: %#x != %#x", in xfrm_state_allocspi()
1318 printk("expected NLMSG_ERROR, got %d", (int)answer.nh.nlmsg_type); in xfrm_state_allocspi()
1322 printk("NLMSG_ERROR: %d: %s", answer.error, strerror(-answer.error)); in xfrm_state_allocspi()
1336 printk("Failed to open xfrm netlink socket"); in netlink_sock_bind()
1351 printk("Wrong address length %d", addr_len); in netlink_sock_bind()
1355 printk("Wrong address family %d", snl.nl_family); in netlink_sock_bind()
1407 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type); in xfrm_monitor_acquire()
1412 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error)); in xfrm_monitor_acquire()
1424 printk("xfrm_user_acquire has changed %x %x %x", in xfrm_monitor_acquire()
1453 printk("Failed to add xfrm state"); in xfrm_expire_state()
1481 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type); in xfrm_expire_state()
1486 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error)); in xfrm_expire_state()
1497 printk("expire.hard is not set: %x", req.expire.hard); in xfrm_expire_state()
1528 printk("Failed to add xfrm policy"); in xfrm_expire_policy()
1559 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type); in xfrm_expire_policy()
1564 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error)); in xfrm_expire_policy()
1575 printk("expire.hard is not set: %x", req.expire.hard); in xfrm_expire_policy()
1634 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type); in xfrm_spdinfo_set_thresh()
1639 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error)); in xfrm_spdinfo_set_thresh()
1708 printk("expected NLMSG_ERROR, got %d", (int)req.nh.nlmsg_type); in xfrm_spdinfo_attrs()
1711 printk("NLMSG_ERROR: %d: %s", req.error, strerror(-req.error)); in xfrm_spdinfo_attrs()
1748 printk("ping failed before setting xfrm"); in child_serv()
1758 printk("failed to prepare xfrm"); in child_serv()
1767 printk("failed to set xfrm"); in child_serv()
1774 printk("ping failed for xfrm"); in child_serv()
1787 printk("failed ping to remove xfrm"); in child_serv()
1797 printk("failed ping to cleanup xfrm"); in child_serv()
1814 printk("Failed to open xfrm netlink socket"); in child_f()
1824 printk("Ack failed"); in child_f()
1862 printk("Unknown desc type %d", desc.type); in child_f()
1899 printk("ping failed before setting xfrm"); in grand_child_serv()
1906 printk("failed to prepare xfrm"); in grand_child_serv()
1912 printk("failed to set xfrm"); in grand_child_serv()
1919 printk("failed to remove xfrm"); in grand_child_serv()
1924 printk("failed to cleanup xfrm"); in grand_child_serv()
1928 printk("got unknown msg type %d", msg->type); in grand_child_serv()
1942 printk("Failed to open xfrm netlink socket"); in grand_child_f()
2016 printk("Usage: %s [nr_process]", argv[0]); in exit_usage()
2117 printk("BUG: Specified unknown proto %d", proto); in write_proto_plan()
2184 printk("close(): %m"); in write_test_plan()
2284 printk("Failed to parse [nr_process]"); in main()
2289 printk("nr_process should be between [1; %u]", in main()