|
@@ -170,6 +170,7 @@ static const struct inet_diag_handler udp_diag_handler = {
|
|
|
.dump_one = udp_diag_dump_one,
|
|
|
.idiag_get_info = udp_diag_get_info,
|
|
|
.idiag_type = IPPROTO_UDP,
|
|
|
+ .idiag_info_size = 0,
|
|
|
};
|
|
|
|
|
|
static void udplite_diag_dump(struct sk_buff *skb, struct netlink_callback *cb,
|
|
@@ -190,6 +191,7 @@ static const struct inet_diag_handler udplite_diag_handler = {
|
|
|
.dump_one = udplite_diag_dump_one,
|
|
|
.idiag_get_info = udp_diag_get_info,
|
|
|
.idiag_type = IPPROTO_UDPLITE,
|
|
|
+ .idiag_info_size = 0,
|
|
|
};
|
|
|
|
|
|
static int __init udp_diag_init(void)
|