Searched refs:unsnoop_count (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/batman-adv/
H A Dmulticast.c1229 int ret, tt_count, ip_count, unsnoop_count, total_count; local
1246 unsnoop_count = !is_unsnoopable ? 0 :
1250 total_count = tt_count + ip_count + unsnoop_count + rtr_count;
1254 else if (unsnoop_count)

Completed in 181 milliseconds