From: Tom Herbert Date: Mon, 5 Jan 2015 21:56:16 +0000 (-0800) Subject: ip: Add offset parameter to ip_cmsg_recv X-Git-Tag: fixes-v4.0-rc1~150^2~284^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5961de9f199bef6ff437d7d85fe69b6a1964739b;p=pandora-kernel.git ip: Add offset parameter to ip_cmsg_recv Add ip_cmsg_recv_offset function which takes an offset argument that indicates the starting offset in skb where data is being received from. This will be useful in the case of UDP and provided checksum to user space. ip_cmsg_recv is an inline call to ip_cmsg_recv_offset with offset of zero. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed