Searched hist:"8 b69a803" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 8b69a803 Thu Jan 09 09:59:24 CST 2020 Paolo Abeni <pabeni@redhat.com> skb: add helpers to allocate ext independently from sk_buff
Currently we can allocate the extension only after the skb, this change allows the user to do the opposite, will simplify allocation failure handling from MPTCP.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net> 8b69a803 Thu Jan 09 09:59:24 CST 2020 Paolo Abeni <pabeni@redhat.com> skb: add helpers to allocate ext independently from sk_buff Currently we can allocate the extension only after the skb, this change allows the user to do the opposite, will simplify allocation failure handling from MPTCP. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | skbuff.c | 8b69a803 Thu Jan 09 09:59:24 CST 2020 Paolo Abeni <pabeni@redhat.com> skb: add helpers to allocate ext independently from sk_buff
Currently we can allocate the extension only after the skb, this change allows the user to do the opposite, will simplify allocation failure handling from MPTCP.
Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net> 8b69a803 Thu Jan 09 09:59:24 CST 2020 Paolo Abeni <pabeni@redhat.com> skb: add helpers to allocate ext independently from sk_buff Currently we can allocate the extension only after the skb, this change allows the user to do the opposite, will simplify allocation failure handling from MPTCP. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|