Lines Matching refs:np_info
65 #define np_info(np, fmt, ...) \ macro
467 np_info(np, "local port %d\n", np->local_port); in netpoll_print_options()
469 np_info(np, "local IPv6 address %pI6c\n", &np->local_ip.in6); in netpoll_print_options()
471 np_info(np, "local IPv4 address %pI4\n", &np->local_ip.ip); in netpoll_print_options()
472 np_info(np, "interface '%s'\n", np->dev_name); in netpoll_print_options()
473 np_info(np, "remote port %d\n", np->remote_port); in netpoll_print_options()
475 np_info(np, "remote IPv6 address %pI6c\n", &np->remote_ip.in6); in netpoll_print_options()
477 np_info(np, "remote IPv4 address %pI4\n", &np->remote_ip.ip); in netpoll_print_options()
478 np_info(np, "remote ethernet address %pM\n", np->remote_mac); in netpoll_print_options()
548 np_info(np, "warning: whitespace is not allowed\n"); in netpoll_parse_options()
579 np_info(np, "couldn't parse config at '%s'!\n", cur); in netpoll_parse_options()
666 np_info(np, "device %s not up yet, forcing it\n", np->dev_name); in netpoll_setup()
710 np_info(np, "local IP %pI4\n", &np->local_ip.ip); in netpoll_setup()
735 np_info(np, "local IPv6 %pI6c\n", &np->local_ip.in6); in netpoll_setup()