|
@@ -777,6 +777,7 @@ static struct nf_conntrack_l4proto dccp_proto6 __read_mostly = {
|
|
.print_conntrack = dccp_print_conntrack,
|
|
.print_conntrack = dccp_print_conntrack,
|
|
#if defined(CONFIG_NF_CT_NETLINK) || defined(CONFIG_NF_CT_NETLINK_MODULE)
|
|
#if defined(CONFIG_NF_CT_NETLINK) || defined(CONFIG_NF_CT_NETLINK_MODULE)
|
|
.to_nlattr = dccp_to_nlattr,
|
|
.to_nlattr = dccp_to_nlattr,
|
|
|
|
+ .nlattr_size = dccp_nlattr_size,
|
|
.from_nlattr = nlattr_to_dccp,
|
|
.from_nlattr = nlattr_to_dccp,
|
|
.tuple_to_nlattr = nf_ct_port_tuple_to_nlattr,
|
|
.tuple_to_nlattr = nf_ct_port_tuple_to_nlattr,
|
|
.nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
|
|
.nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
|