• Home
  • Raw
  • Download

Lines Matching refs:sockstat

723 struct sockstat  struct
725 struct sockstat *next; argument
755 struct sockstat ss; argument
793 static void sock_state_print(struct sockstat *s, const char *sock_name) in sock_state_print()
803 static void sock_details_print(struct sockstat *s) in sock_details_print()
1087 static int run_ssfilter(struct ssfilter *f, struct sockstat *s) in run_ssfilter()
1612 static void inet_stats_print(struct sockstat *s, int protocol) in inet_stats_print()
1637 sockstat *s) in proc_parse_inet_addr()
2049 struct sockstat s = {}; in inet_show_sock()
2480 struct sockstat s = {}; in dgram_show_line()
2592 #define MAX_UNIX_REMEMBER (1024*1024/sizeof(struct sockstat))
2594 static void unix_list_free(struct sockstat *list) in unix_list_free()
2597 struct sockstat *s = list; in unix_list_free()
2624 static bool unix_type_skip(struct sockstat *s, struct filter *f) in unix_type_skip()
2640 static void unix_stats_print(struct sockstat *list, struct filter *f) in unix_stats_print()
2642 struct sockstat *s; in unix_stats_print()
2659 struct sockstat *p; in unix_stats_print()
2674 struct sockstat st; in unix_stats_print()
2717 struct sockstat stat = { .name = "*", .peer_name = "*" }; in unix_show_sock()
2813 struct sockstat *list = NULL; in unix_show()
2833 struct sockstat *u, **insp; in unix_show()
2897 static int packet_stats_print(struct sockstat *s, const struct filter *f) in packet_stats_print()
2964 struct sockstat stat = {}; in packet_show_sock()
3095 struct sockstat stat = {}; in packet_show_line()
3151 struct sockstat st; in netlink_show_one()