Home
last modified time | relevance | path

Searched refs:epb (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dinput.c566 struct sctp_ep_common *epb; in __sctp_hash_endpoint() local
569 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 …]
Dproc.c132 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs() argument
139 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() local
176 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() local
238 for (epb = head->chain; epb; epb = epb->next) { in sctp_assocs_seq_show()
[all …]