Searched refs:epb (Results 1 – 3 of 3) sorted by relevance
/net/sctp/ |
D | proc.c | 125 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs() argument 133 if (epb->type == SCTP_EP_TYPE_ASSOCIATION) { in sctp_seq_dump_local_addrs() 134 asoc = sctp_assoc(epb); in sctp_seq_dump_local_addrs() 146 list_for_each_entry_rcu(laddr, &epb->bind_addr.address_list, list) { in sctp_seq_dump_local_addrs() 212 struct sctp_ep_common *epb; in sctp_eps_seq_show() local 223 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show() 224 ep = sctp_ep(epb); in sctp_eps_seq_show() 225 sk = epb->sk; in sctp_eps_seq_show() 230 epb->bind_addr.port, in sctp_eps_seq_show() 234 sctp_seq_dump_local_addrs(seq, epb); in sctp_eps_seq_show() [all …]
|
D | input.c | 720 struct sctp_ep_common *epb; in __sctp_hash_endpoint() local 723 epb = &ep->base; in __sctp_hash_endpoint() 725 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); in __sctp_hash_endpoint() 726 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_hash_endpoint() 729 hlist_add_head(&epb->node, &head->chain); in __sctp_hash_endpoint() 746 struct sctp_ep_common *epb; in __sctp_unhash_endpoint() local 748 epb = &ep->base; in __sctp_unhash_endpoint() 750 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); in __sctp_unhash_endpoint() 752 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_unhash_endpoint() 755 hlist_del_init(&epb->node); in __sctp_unhash_endpoint() [all …]
|
D | socket.c | 4504 struct sctp_ep_common *epb; in sctp_for_each_endpoint() local 4510 sctp_for_each_hentry(epb, &head->chain) { in sctp_for_each_endpoint() 4511 err = cb(sctp_ep(epb), p); in sctp_for_each_endpoint()
|