Lines Matching refs:own_query
828 struct bridge_mcast_own_query *own_query) in br_multicast_send_query() argument
840 if (port ? (own_query == &port->ip4_own_query) : in br_multicast_send_query()
841 (own_query == &br->ip4_own_query)) { in br_multicast_send_query()
857 time += own_query->startup_sent < br->multicast_startup_query_count ? in br_multicast_send_query()
860 mod_timer(&own_query->timer, time); in br_multicast_send_query()
1410 struct bridge_mcast_own_query *own_query) in br_multicast_leave_group() argument
1435 mod_timer(&own_query->timer, time); in br_multicast_leave_group()
1516 struct bridge_mcast_own_query *own_query; in br_ip4_multicast_leave_group() local
1521 own_query = port ? &port->ip4_own_query : &br->ip4_own_query; in br_ip4_multicast_leave_group()
1528 own_query); in br_ip4_multicast_leave_group()
1538 struct bridge_mcast_own_query *own_query; in br_ip6_multicast_leave_group() local
1543 own_query = port ? &port->ip6_own_query : &br->ip6_own_query; in br_ip6_multicast_leave_group()
1550 own_query); in br_ip6_multicast_leave_group()