commit | b37e88407c1d78f157778d73427cd7e9e1d6369d | [log] [tgz] |
---|---|---|
author | Ivan Delalande <colona@arista.com> | Thu Aug 31 09:59:38 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 01 18:38:09 2017 -0700 |
tree | 5bd87476c4a0e835d01179270abffbdcfc6b5471 | |
parent | 6391c4f67ad1643a17b54376e381038b9e660a0f [diff] |
inet_diag: allow protocols to provide additional data 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 <colona@arista.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>