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

/linux-master/net/core/
H A Dnetpoll.c66 #define np_info(np, fmt, ...) \ macro
506 np_info(np, "local port %d\n", np->local_port);
508 np_info(np, "local IPv6 address %pI6c\n", &np->local_ip.in6);
510 np_info(np, "local IPv4 address %pI4\n", &np->local_ip.ip);
511 np_info(np, "interface '%s'\n", np->dev_name);
512 np_info(np, "remote port %d\n", np->remote_port);
514 np_info(np, "remote IPv6 address %pI6c\n", &np->remote_ip.in6);
516 np_info(np, "remote IPv4 address %pI4\n", &np->remote_ip.ip);
517 np_info(np, "remote ethernet address %pM\n", np->remote_mac);
587 np_info(n
[all...]
/linux-master/drivers/target/iscsi/cxgbit/
H A Dcxgbit.h119 struct np_info { struct
120 struct np_info *next;
134 struct np_info *np_hash_tab[NP_INFO_HASH_SIZE];
H A Dcxgbit_cm.c78 static struct np_info *
82 struct np_info *p = kzalloc(sizeof(*p), GFP_KERNEL);
102 struct np_info *p;
119 struct np_info *p, **prev = &cdev->np_hash_tab[bucket];

Completed in 120 milliseconds