Lines Matching refs:own_query
1472 struct bridge_mcast_own_query *own_query)
1485 if (port ? (own_query == &port->ip4_own_query) :
1486 (own_query == &br->ip4_own_query)) {
1503 time += own_query->startup_sent < br->multicast_startup_query_count ?
1506 mod_timer(&own_query->timer, time);
2810 struct bridge_mcast_own_query *own_query,
2855 mod_timer(&own_query->timer, time);
2915 struct bridge_mcast_own_query *own_query;
2920 own_query = port ? &port->ip4_own_query : &br->ip4_own_query;
2928 own_query, src);
2939 struct bridge_mcast_own_query *own_query;
2944 own_query = port ? &port->ip6_own_query : &br->ip6_own_query;
2952 own_query, src);