Lines Matching refs:sockstat

723 struct sockstat  struct
725 struct sockstat *next; argument
754 struct sockstat ss; argument
792 static void sock_state_print(struct sockstat *s, const char *sock_name) in sock_state_print()
802 static void sock_details_print(struct sockstat *s) in sock_details_print()
1081 static int run_ssfilter(struct ssfilter *f, struct sockstat *s) in run_ssfilter()
1565 static void inet_stats_print(struct sockstat *s, int protocol) in inet_stats_print()
1590 sockstat *s) in proc_parse_inet_addr()
2002 struct sockstat s = {}; in inet_show_sock()
2429 struct sockstat s = {}; in dgram_show_line()
2541 #define MAX_UNIX_REMEMBER (1024*1024/sizeof(struct sockstat))
2543 static void unix_list_free(struct sockstat *list) in unix_list_free()
2546 struct sockstat *s = list; in unix_list_free()
2573 static bool unix_type_skip(struct sockstat *s, struct filter *f) in unix_type_skip()
2589 static void unix_stats_print(struct sockstat *list, struct filter *f) in unix_stats_print()
2591 struct sockstat *s; in unix_stats_print()
2608 struct sockstat *p; in unix_stats_print()
2623 struct sockstat st; in unix_stats_print()
2666 struct sockstat stat = { .name = "*", .peer_name = "*" }; in unix_show_sock()
2762 struct sockstat *list = NULL; in unix_show()
2782 struct sockstat *u, **insp; in unix_show()
2846 static int packet_stats_print(struct sockstat *s, const struct filter *f) in packet_stats_print()
2913 struct sockstat stat = {}; in packet_show_sock()
3044 struct sockstat stat = {}; in packet_show_line()
3100 struct sockstat st; in netlink_show_one()