All of lore.kernel.org
 help / color / mirror / Atom feed
* SKB Reference Question
@ 2017-11-01 17:27 Joe Smith
  2017-11-01 17:33 ` Eric Dumazet
  2017-11-02  5:35 ` David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Joe Smith @ 2017-11-01 17:27 UTC (permalink / raw)
  To: netdev, David Miller, Eric Dumazet

How strictly are references on the SKB enforced. For example,
tcp_transmit_skb() clones the SKB and adds a TCP header. Can I assume
that in case of re-transmission the header added will be there and can
be reused instead of creating a new one from scratch. Some fields like
time stamp would need to be updated but they should be unmodified.

Regards,

-- 
JS

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-02  5:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 17:27 SKB Reference Question Joe Smith
2017-11-01 17:33 ` Eric Dumazet
2017-11-01 19:22   ` Joe Smith
2017-11-01 19:44     ` Eric Dumazet
2017-11-02  5:35 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.