dccp: combine the functionality of enqeueing and cloning
Realising the following call pattern,
* first dccp_entail() is called to enqueue a new skb and
* then skb_clone() is called to transmit a clone of that skb,
this patch integrates both into the same function.
Signed-off-by: NGerrit Renker <gerrit@erg.abdn.ac.uk>
Showing
想要评论请 注册 或 登录