Searched refs:nlattr_tuple_size (Results 1 – 6 of 6) sorted by relevance
289 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,311 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
313 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
370 .nlattr_tuple_size = icmp_nlattr_tuple_size,
712 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
662 if (l4proto->nlattr_tuple_size) { in ctnetlink_proto_size()663 len4 = l4proto->nlattr_tuple_size(); in ctnetlink_proto_size()
43 unsigned int (*nlattr_tuple_size)(void); member