Lines Matching refs:s
105 struct sock *s = NULL; in ipx_get_socket_idx() local
110 sk_for_each(s, &i->if_sklist) { in ipx_get_socket_idx()
117 if (s) in ipx_get_socket_idx()
122 s = NULL; in ipx_get_socket_idx()
124 return s; in ipx_get_socket_idx()
179 struct sock *s; in ipx_seq_socket_show() local
194 s = v; in ipx_seq_socket_show()
195 ipxs = ipx_sk(s); in ipx_seq_socket_show()
205 if (s->sk_state != TCP_ESTABLISHED) in ipx_seq_socket_show()
217 sk_wmem_alloc_get(s), in ipx_seq_socket_show()
218 sk_rmem_alloc_get(s), in ipx_seq_socket_show()
219 s->sk_state, in ipx_seq_socket_show()
220 from_kuid_munged(seq_user_ns(seq), sock_i_uid(s))); in ipx_seq_socket_show()