Searched refs:epb (Results 1 – 2 of 2) sorted by relevance
566 struct sctp_ep_common *epb; in __sctp_hash_endpoint() local569 epb = &ep->base; in __sctp_hash_endpoint()571 epb->hashent = sctp_ep_hashfn(epb->bind_addr.port); in __sctp_hash_endpoint()572 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_hash_endpoint()576 epb->next = *epp; in __sctp_hash_endpoint()577 if (epb->next) in __sctp_hash_endpoint()578 (*epp)->pprev = &epb->next; in __sctp_hash_endpoint()579 *epp = epb; in __sctp_hash_endpoint()580 epb->pprev = epp; in __sctp_hash_endpoint()596 struct sctp_ep_common *epb; in __sctp_unhash_endpoint() local[all …]
132 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs() argument139 list_for_each(pos, &epb->bind_addr.address_list) { in sctp_seq_dump_local_addrs()167 struct sctp_ep_common *epb; in sctp_eps_seq_show() local176 for (epb = head->chain; epb; epb = epb->next) { in sctp_eps_seq_show()177 ep = sctp_ep(epb); in sctp_eps_seq_show()178 sk = epb->sk; in sctp_eps_seq_show()181 epb->bind_addr.port); in sctp_eps_seq_show()182 sctp_seq_dump_local_addrs(seq, epb); in sctp_eps_seq_show()228 struct sctp_ep_common *epb; in sctp_assocs_seq_show() local238 for (epb = head->chain; epb; epb = epb->next) { in sctp_assocs_seq_show()[all …]