From: lovelylich@gmail.com (Yi Li)
To: kernelnewbies@lists.kernelnewbies.org
Subject: At which Network Layer
Date: Wed, 10 Apr 2013 17:04:21 +0800 [thread overview]
Message-ID: <51652B15.9020600@gmail.com> (raw)
In-Reply-To: <CAEMktPX7iX-V7X3qWE+gWGGG6kurveogjVw9MA1DT3Lb+9UajQ@mail.gmail.com>
? 2013?04?10? 16:42, Robert Clove ??:
> Hello All,
>
> There is a field in sk_buff structure name clone which tell whether
> the sk_buff structure has been cloned or not?
>
> I want to know at which layer does this clonning happen at L2,L3 or L4.
any layer when it is needed.
you can check function: net/core/sk_buff.c: skb_clone(), it is called in
drivers, L3(like ip), and L4(like tcp).
>
>
> Thanks
>
>
>
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130410/83f80c9d/attachment.html
prev parent reply other threads:[~2013-04-10 9:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-10 8:42 At which Network Layer Robert Clove
2013-04-10 9:04 ` Yi Li [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51652B15.9020600@gmail.com \
--to=lovelylich@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.