Should have replied to list as well... ---------- Forwarded message ---------- From: Ian McDonald <[EMAIL PROTECTED]> Date: Jul 30, 2006 8:41 AM Subject: Re: dccp: dead code? To: Venkat Yekkirala <[EMAIL PROTECTED]>
On 7/27/06, Venkat Yekkirala <[EMAIL PROTECTED]> wrote:
Hi, I am trying to figure out where/when dccp_v4_reqsk_send_ack and dccp_v6_reqsk_send_ack set to request_sock_ops.send_ack are being invoked. Or are these leftover dead code? Thanks, venkat -
it gets mapped into dccp_v4/6_prot.rsk_prot in the proto struct and this gets registered so will get used as a callback function from there. Ian -- Ian McDonald Web: http://wand.net.nz/~iam4 Blog: http://imcdnzl.blogspot.com WAND Network Research Group Department of Computer Science University of Waikato New Zealand -- Ian McDonald Web: http://wand.net.nz/~iam4 Blog: http://imcdnzl.blogspot.com WAND Network Research Group Department of Computer Science University of Waikato New Zealand - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

