sctp_local_addr_free  125 include/net/sctp/sctp.h extern void sctp_local_addr_free(struct rcu_head *head);
sctp_local_addr_free  222 net/sctp/bind_addr.c 		call_rcu(&addr->rcu, sctp_local_addr_free);
sctp_local_addr_free  124 net/sctp/ipv6.c 			call_rcu(&addr->rcu, sctp_local_addr_free);
sctp_local_addr_free  702 net/sctp/protocol.c 			call_rcu(&addr->rcu, sctp_local_addr_free);