Lines Matching refs:sockstat
668 struct sockstat { struct
669 struct sockstat *next; argument
698 struct sockstat ss; argument
752 static bool is_sctp_assoc(struct sockstat *s, const char *sock_name) in is_sctp_assoc()
794 static void sock_state_print(struct sockstat *s) in sock_state_print()
844 static void sock_details_print(struct sockstat *s) in sock_details_print()
1133 static int run_ssfilter(struct ssfilter *f, struct sockstat *s) in run_ssfilter()
1711 static void proc_ctx_print(struct sockstat *s) in proc_ctx_print()
1730 static void inet_stats_print(struct sockstat *s, bool v6only) in inet_stats_print()
1741 sockstat * s) in proc_parse_inet_addr()
2373 static void parse_diag_msg(struct nlmsghdr *nlh, struct sockstat *s) in parse_diag_msg()
2410 struct sockstat *s) in inet_show_sock()
2600 static int kill_inet_sock(struct nlmsghdr *h, void *arg, struct sockstat *s) in kill_inet_sock()
2631 struct sockstat s = {}; in show_one_inet_sock()
2719 struct sockstat s = {}; in tcp_show_netlink_file()
2886 struct sockstat s = {}; in dgram_show_line()
3003 #define MAX_UNIX_REMEMBER (1024*1024/sizeof(struct sockstat))
3005 static void unix_list_drop_first(struct sockstat **list) in unix_list_drop_first()
3007 struct sockstat *s = *list; in unix_list_drop_first()
3014 static bool unix_type_skip(struct sockstat *s, struct filter *f) in unix_type_skip()
3025 static void unix_stats_print(struct sockstat *s, struct filter *f) in unix_stats_print()
3046 struct sockstat stat = { .name = "*", .peer_name = "*" }; in unix_show_sock()
3145 struct sockstat *list = NULL; in unix_show()
3168 struct sockstat *u, **insp; in unix_show()
3211 struct sockstat *p; in unix_show()
3224 struct sockstat st = { in unix_show()
3272 static int packet_stats_print(struct sockstat *s, const struct filter *f) in packet_stats_print()
3326 struct sockstat stat = {}; in packet_show_sock()
3458 struct sockstat stat = {}; in packet_show_line()
3514 struct sockstat st = { in netlink_show_one()