Lines Matching refs:head
211 struct sctp_hashbucket *head; in sctp_eps_seq_show() local
220 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
222 read_lock(&head->lock); in sctp_eps_seq_show()
223 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show()
237 read_unlock(&head->lock); in sctp_eps_seq_show()
319 struct sctp_hashbucket *head; in sctp_assocs_seq_show() local
328 head = &sctp_assoc_hashtable[hash]; in sctp_assocs_seq_show()
330 read_lock(&head->lock); in sctp_assocs_seq_show()
331 sctp_for_each_hentry(epb, &head->chain) { in sctp_assocs_seq_show()
364 read_unlock(&head->lock); in sctp_assocs_seq_show()
439 struct sctp_hashbucket *head; in sctp_remaddr_seq_show() local
448 head = &sctp_assoc_hashtable[hash]; in sctp_remaddr_seq_show()
450 read_lock(&head->lock); in sctp_remaddr_seq_show()
452 sctp_for_each_hentry(epb, &head->chain) { in sctp_remaddr_seq_show()
513 read_unlock(&head->lock); in sctp_remaddr_seq_show()