lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 6 Mar 2009 22:47:43 +0530
From:	Amar Mudrankit <amar.mudrankit@...il.com>
To:	netdev@...r.kernel.org
Subject: Query about skb scatter / gather

Can I have a socket buffer received over network having protocol
headers (IP, TCP/UDP/ICMP) in first page of skb_frags_t array of the
skb?

So, in such a situation the skb->data is almost 0 and all the data
along with headers is in pages listed in skb_frags_t array.

Can linux networking stack handle such socket buffer? Or is it
mandatory that, at least some minimum data should be accessible
through skb->data and rest can be in pages described in skb_frags_t
array?

Also can anyone suggest good pointers for making use of frag_list in
skb_shared_info structure? Is it meant to represent one network packet
as the list of multiple skbs each skb holding part of packet data in
the order they are linked?

I tried finding it in UNDERSTANDING LINUX NETWORK INTERNALS by
CHRISTIAN BENVENUTI, but couldn't find anything conclusive.  As I
understand, it is enabled through NETIF_F_FRAGLIST feature of the
device.

Thanks in Advance.

Regards,
Amar
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ