Searched refs:epb (Results 1 – 3 of 3) sorted by relevance
/net/sctp/ |
D | proc.c | 77 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs() argument 85 if (epb->type == SCTP_EP_TYPE_ASSOCIATION) { in sctp_seq_dump_local_addrs() 86 asoc = sctp_assoc(epb); in sctp_seq_dump_local_addrs() 98 list_for_each_entry_rcu(laddr, &epb->bind_addr.address_list, list) { in sctp_seq_dump_local_addrs() 164 struct sctp_ep_common *epb; in sctp_eps_seq_show() local 174 sctp_for_each_hentry(epb, &head->chain) { in sctp_eps_seq_show() 175 ep = sctp_ep(epb); in sctp_eps_seq_show() 176 sk = epb->sk; in sctp_eps_seq_show() 181 epb->bind_addr.port, in sctp_eps_seq_show() 185 sctp_seq_dump_local_addrs(seq, epb); in sctp_eps_seq_show() [all …]
|
D | input.c | 726 struct sctp_ep_common *epb; in __sctp_hash_endpoint() local 728 epb = &ep->base; in __sctp_hash_endpoint() 729 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); in __sctp_hash_endpoint() 730 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_hash_endpoint() 769 hlist_add_head(&epb->node, &head->chain); in __sctp_hash_endpoint() 791 struct sctp_ep_common *epb; in __sctp_unhash_endpoint() local 793 epb = &ep->base; in __sctp_unhash_endpoint() 795 epb->hashent = sctp_ep_hashfn(sock_net(sk), epb->bind_addr.port); in __sctp_unhash_endpoint() 797 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_unhash_endpoint() 803 hlist_del_init(&epb->node); in __sctp_unhash_endpoint() [all …]
|
D | socket.c | 5201 struct sctp_ep_common *epb; in sctp_for_each_endpoint() local 5207 sctp_for_each_hentry(epb, &head->chain) { in sctp_for_each_endpoint() 5208 err = cb(sctp_ep(epb), p); in sctp_for_each_endpoint()
|