Searched refs:netstat (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| A D | proc.c | 14 struct netstat { struct 16 struct netstat *next; argument 21 static struct netstat *lookup_type(struct netstat *ns, in lookup_type() argument 34 static struct netstat *lookup_get(struct netstat *ns, in lookup_get() 37 struct netstat *ret; in lookup_get() 43 ret = malloc(sizeof(struct netstat)); in lookup_get() 57 static struct netstat *lookup_get_column(struct netstat *ns, const char *line) in lookup_get_column() 145 struct netstat *netstat_read(void) in netstat_read() 147 struct netstat *ret = 0; in netstat_read() 191 struct netstat *prev = ns; in netstat_free() [all …]
|
| A D | aolib.h | 572 struct netstat; 573 extern struct netstat *netstat_read(void); 574 extern void netstat_free(struct netstat *ns); 575 extern void netstat_print_diff(struct netstat *nsa, struct netstat *nsb); 576 extern uint64_t netstat_get(struct netstat *ns, 581 struct netstat *ns = netstat_read(); in netstat_get_one()
|
| A D | sock.c | 342 struct netstat *ns; in test_get_tcp_ao_counters()
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| A D | rst.c | 37 static void netstats_check(struct netstat *before, struct netstat *after, in netstats_check() 175 struct netstat *ns_before, *ns_after; in server_fn() 439 struct netstat *ns_before, *ns_after; in client_fn()
|
| A D | connect.c | 37 struct netstat *ns_before, *ns_after; in client_fn()
|
| A D | self-connect.c | 35 struct netstat *ns_before, *ns_after; in tcp_self_connect()
|
| A D | icmps-accept.c | 58 struct netstat *ns_after, *ns_before; in serve_interfered()
|
| A D | icmps-discard.c | 58 struct netstat *ns_after, *ns_before; in serve_interfered()
|
| /linux/Documentation/userspace-api/media/dvb/ |
| A D | net.rst | 24 the standard ip tools (like ip, route, netstat, ifconfig, etc).
|
| /linux/Documentation/networking/ |
| A D | udplite.rst | 237 and can (with newer versions of netstat) be viewed using:: 239 netstat -svu
|
| /linux/Documentation/networking/device_drivers/ethernet/pensando/ |
| A D | ionic.rst | 114 The commands ``netstat -i``, ``ip -s link show``, and ``ifconfig`` show
|
| /linux/Documentation/admin-guide/media/ |
| A D | faq.rst | 186 which ``ifconfig`` or ``netstat -ni`` outputs. (Note: If the MAC
|
| /linux/Documentation/filesystems/ |
| A D | proc.rst | 1341 netstat Network statistics
|
| /linux/ |
| A D | CREDITS | 296 D: NET-2 & netstat(8)
|
Completed in 31 milliseconds