commit | 8695e80193fed35f27c06f462bd5b76132fd5697 | [log] [tgz] |
---|---|---|
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Sun Jul 03 09:51:29 2011 -0600 |
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | Mon Jul 04 12:36:47 2011 -0600 |
tree | 07098d9f6996c188fb9e05e93a76627e06666796 | |
parent | c0c2015056d7bd69f3554208271407e7e2ee69e5 [diff] |
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: Gerrit Renker <gerrit@erg.abdn.ac.uk>