commit | dbd1759e6a9c4596d8609897c414da603da80914 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Wed Nov 02 11:02:18 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 03 15:41:11 2016 -0400 |
tree | 89cb7c09e7b2a523a0fa8f266aae125fc163db93 | |
parent | 0cc0aa614b4c24b21b2492c0a1753035ee8c6edb [diff] |
ipv6: on reassembly, record frag_max_size IP6CB and IPCB have a frag_max_size field. In IPv6 this field is filled in when packets are reassembled by the connection tracking code. Also fill in when reassembling in the input path, to expose it through cmsg IPV6_RECVFRAGSIZE in all cases. Signed-off-by: Willem de Bruijn <willemb@google.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>