Re: [PATCH net-next 2/3] sock_diag: specify info_size per inet protocol

2015-06-15 Thread Eric Dumazet
On Mon, 2015-06-15 at 11:26 -0400, Craig Gallek wrote: > Previously, there was no clear distinction between the inet protocols > that used struct tcp_info to report information and those that didn't. > This change adds a specific size attribute to the inet_diag_handler > struct which defines these

[PATCH net-next 2/3] sock_diag: specify info_size per inet protocol

2015-06-15 Thread Craig Gallek
Previously, there was no clear distinction between the inet protocols that used struct tcp_info to report information and those that didn't. This change adds a specific size attribute to the inet_diag_handler struct which defines these interfaces. This will make dispatching sock_diag get_info requ