Lines Matching refs:head
737 struct sctp_hashbucket *head;
740 head = &sctp_ep_hashtable[ep->hashent];
751 sctp_for_each_hentry(ep2, &head->chain) {
778 write_lock(&head->lock);
779 hlist_add_head(&ep->node, &head->chain);
780 write_unlock(&head->lock);
800 struct sctp_hashbucket *head;
804 head = &sctp_ep_hashtable[ep->hashent];
809 write_lock(&head->lock);
811 write_unlock(&head->lock);
843 struct sctp_hashbucket *head;
851 head = &sctp_ep_hashtable[hash];
852 read_lock(&head->lock);
853 sctp_for_each_hentry(ep, &head->chain) {
871 read_unlock(&head->lock);