On Thu, 2017-08-31 at 09:59 -0700, Ivan Delalande wrote: > Extend inet_diag_handler to allow individual protocols to report > additional data on INET_DIAG_INFO through idiag_get_aux. The size > can be dynamic and is computed by idiag_get_aux_size. > > Signed-off-by: Ivan Delalande <col...@arista.com> > --- > include/linux/inet_diag.h | 7 +++++++ > net/ipv4/inet_diag.c | 22 ++++++++++++++++++---- > 2 files changed, 25 insertions(+), 4 deletions(-)
Acked-by: Eric Dumazet <eduma...@google.com>