Lines Matching refs:head
725 struct sctp_hashbucket *head;
730 head = &sctp_ep_hashtable[epb->hashent];
741 sctp_for_each_hentry(epb2, &head->chain) {
768 write_lock(&head->lock);
769 hlist_add_head(&epb->node, &head->chain);
770 write_unlock(&head->lock);
790 struct sctp_hashbucket *head;
797 head = &sctp_ep_hashtable[epb->hashent];
802 write_lock(&head->lock);
804 write_unlock(&head->lock);
835 struct sctp_hashbucket *head;
844 head = &sctp_ep_hashtable[hash];
845 read_lock(&head->lock);
846 sctp_for_each_hentry(epb, &head->chain) {
865 read_unlock(&head->lock);