Lines Matching refs:np_info
293 np_info(np, "local port %d\n", np->local_port); in netconsole_print_banner()
295 np_info(np, "local IPv6 address %pI6c\n", &np->local_ip.in6); in netconsole_print_banner()
297 np_info(np, "local IPv4 address %pI4\n", &np->local_ip.ip); in netconsole_print_banner()
298 np_info(np, "interface name '%s'\n", np->dev_name); in netconsole_print_banner()
299 np_info(np, "local ethernet address '%pM'\n", np->dev_mac); in netconsole_print_banner()
300 np_info(np, "remote port %d\n", np->remote_port); in netconsole_print_banner()
302 np_info(np, "remote IPv6 address %pI6c\n", &np->remote_ip.in6); in netconsole_print_banner()
304 np_info(np, "remote IPv4 address %pI4\n", &np->remote_ip.ip); in netconsole_print_banner()
305 np_info(np, "remote ethernet address %pM\n", np->remote_mac); in netconsole_print_banner()
1820 np_info(np, "warning: whitespace is not allowed\n"); in netconsole_parser_cmdline()
1852 np_info(np, "couldn't parse config at '%s'!\n", cur); in netconsole_parser_cmdline()