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 | 725 struct sctp_ep_common *epb; in __sctp_hash_endpoint() local 727 epb = &ep->base; in __sctp_hash_endpoint() 728 epb->hashent = sctp_ep_hashfn(net, epb->bind_addr.port); in __sctp_hash_endpoint() 729 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_hash_endpoint() 768 hlist_add_head(&epb->node, &head->chain); in __sctp_hash_endpoint() 790 struct sctp_ep_common *epb; in __sctp_unhash_endpoint() local 792 epb = &ep->base; in __sctp_unhash_endpoint() 794 epb->hashent = sctp_ep_hashfn(sock_net(sk), epb->bind_addr.port); in __sctp_unhash_endpoint() 796 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_unhash_endpoint() 802 hlist_del_init(&epb->node); in __sctp_unhash_endpoint() [all …]
|
D | socket.c | 5373 struct sctp_ep_common *epb; in sctp_for_each_endpoint() local 5379 sctp_for_each_hentry(epb, &head->chain) { in sctp_for_each_endpoint() 5380 err = cb(sctp_ep(epb), p); in sctp_for_each_endpoint()
|