Searched defs:epb (Results 1 - 3 of 3) sorted by relevance

/net/sctp/
H A Dendpointola.c329 struct sctp_ep_common *epb; local
347 sctp_for_each_hentry(epb, &head->chain) {
348 tmp = sctp_assoc(epb);
H A Dproc.c121 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) argument
129 if (epb->type == SCTP_EP_TYPE_ASSOCIATION) {
130 asoc = sctp_assoc(epb);
142 list_for_each_entry_rcu(laddr, &epb->bind_addr.address_list, list) {
212 struct sctp_ep_common *epb; local
223 sctp_for_each_hentry(epb, &head->chain) {
224 ep = sctp_ep(epb);
225 sk = epb->sk;
230 epb->bind_addr.port,
234 sctp_seq_dump_local_addrs(seq, epb);
320 struct sctp_ep_common *epb; local
440 struct sctp_ep_common *epb; local
[all...]
H A Dinput.c712 struct sctp_ep_common *epb; local
715 epb = &ep->base;
717 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port);
718 head = &sctp_ep_hashtable[epb->hashent];
721 hlist_add_head(&epb->node, &head->chain);
738 struct sctp_ep_common *epb; local
740 epb = &ep->base;
742 epb->hashent = sctp_ep_hashfn(net, epb
764 struct sctp_ep_common *epb; local
789 struct sctp_ep_common *epb; local
821 struct sctp_ep_common *epb; local
854 struct sctp_ep_common *epb; local
[all...]

Completed in 102 milliseconds