Lines Matching refs:ref_count
131 int ref_count; member
196 int ref_count; member
881 entry->ref_count++; in nfp_tunnel_add_ipv4_off()
894 entry->ref_count = 1; in nfp_tunnel_add_ipv4_off()
911 entry->ref_count--; in nfp_tunnel_del_ipv4_off()
912 if (!entry->ref_count) { in nfp_tunnel_del_ipv4_off()
957 entry->ref_count++; in nfp_tunnel_add_ipv6_off()
969 entry->ref_count = 1; in nfp_tunnel_add_ipv6_off()
985 if (!--entry->ref_count) { in nfp_tunnel_put_ipv6_off()
1074 entry->ref_count++; in nfp_tunnel_offloaded_macs_inc_ref_and_link()
1141 if (!entry->ref_count) in nfp_tunnel_add_shared_mac()
1178 entry->ref_count--; in nfp_tunnel_del_shared_mac()
1189 if (!entry->bridge_count && entry->ref_count) { in nfp_tunnel_del_shared_mac()
1204 if (entry->ref_count == 1 && list_is_singular(&entry->repr_list)) { in nfp_tunnel_del_shared_mac()
1226 if (entry->ref_count) in nfp_tunnel_del_shared_mac()