Searched refs:nla_size (Results 1 – 3 of 3) sorted by relevance
182 proto->nla_size = 3 * proto->nlattr_tuple_size(); in nf_ct_l3proto_register()326 l4proto->nla_size = 0; in nf_ct_l4proto_register()328 l4proto->nla_size += l4proto->nlattr_size(); in nf_ct_l4proto_register()330 l4proto->nla_size += 3 * l4proto->nlattr_tuple_size(); in nf_ct_l4proto_register()
540 len += l3proto->nla_size; in ctnetlink_proto_size()543 len += l4proto->nla_size; in ctnetlink_proto_size()
3721 int nla_size = 0; in rtnl_get_offload_stats_size() local3734 nla_size += nla_total_size_64bit(size); in rtnl_get_offload_stats_size()3737 if (nla_size != 0) in rtnl_get_offload_stats_size()3738 nla_size += nla_total_size(0); in rtnl_get_offload_stats_size()3740 return nla_size; in rtnl_get_offload_stats_size()