Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dnetpoll.c65 #define np_info(np, fmt, ...) \ macro
483 np_info(np, "local port %d\n", np->local_port); in netpoll_print_options()
485 np_info(np, "local IPv6 address %pI6c\n", &np->local_ip.in6); in netpoll_print_options()
487 np_info(np, "local IPv4 address %pI4\n", &np->local_ip.ip); in netpoll_print_options()
488 np_info(np, "interface '%s'\n", np->dev_name); in netpoll_print_options()
489 np_info(np, "remote port %d\n", np->remote_port); in netpoll_print_options()
491 np_info(np, "remote IPv6 address %pI6c\n", &np->remote_ip.in6); in netpoll_print_options()
493 np_info(np, "remote IPv4 address %pI4\n", &np->remote_ip.ip); in netpoll_print_options()
494 np_info(np, "remote ethernet address %pM\n", np->remote_mac); in netpoll_print_options()
564 np_info(np, "warning: whitespace is not allowed\n"); in netpoll_parse_options()
[all …]