Lines Matching refs:SS_CLOSE
146 SS_CLOSE, enumerator
166 #define SS_CONN (SS_ALL & ~((1<<SS_LISTEN)|(1<<SS_CLOSE)|(1<<SS_TIME_WAIT)|(1<<SS_SYN_RECV)))
196 .states = (1 << SS_CLOSE),
208 .states = (1 << SS_CLOSE),
212 .states = (1 << SS_CLOSE),
216 .states = (1 << SS_CLOSE),
240 .states = (1 << SS_CLOSE),
244 .states = (1 << SS_CLOSE),
805 [SS_CLOSE] = "UNCONN", in sock_state_print()
3146 const int unix_state_map[] = { SS_CLOSE, SS_SYN_SENT, in unix_show()
3187 if (u->type == SOCK_DGRAM && u->state == SS_CLOSE && u->rport) in unix_show()
3340 stat.state = SS_CLOSE; in packet_show_sock()
3478 stat.state = SS_CLOSE; in packet_show_line()
3492 if (!filter_af_get(f, AF_PACKET) || !(f->states & (1 << SS_CLOSE))) in packet_show()
3515 .state = SS_CLOSE, in netlink_show_one()
3667 if (!filter_af_get(f, AF_NETLINK) || !(f->states & (1 << SS_CLOSE))) in netlink_show()
3986 [SS_CLOSE] = "unconnected", in scan_state()
3996 return (1<<SS_CLOSE); in scan_state()
4004 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)); in scan_state()
4006 return SS_ALL & ~((1<<SS_CLOSE)|(1<<SS_LISTEN)|(1<<SS_SYN_SENT)); in scan_state()
4125 state_filter = (1 << SS_LISTEN) | (1 << SS_CLOSE); in main()