diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-09-04 07:30:19 +0200 |
---|---|---|
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-09-04 07:45:39 +0200 |
commit | b25b0c60b0c39a82bc651aeb6443bcb36cd17f76 (patch) | |
tree | fbb808a03b513922b93354c240fc73b1cc914de8 /net/sctp/auth.c | |
parent | 20bbd0f75ee4b72c1dafc8e5fb6ad39ba506a75c (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 interrelated steps into dccp_entail().
Note: the return value of skb_clone is not checked. It may be an idea to add a
warning if this occurs. In both instances, however, a timer is set for
retransmission, so that cloning is re-tried via dccp_retransmit_skb().
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Diffstat (limited to 'net/sctp/auth.c')
0 files changed, 0 insertions, 0 deletions