Lines Matching refs:own_query
843 struct bridge_mcast_own_query *own_query) in br_multicast_send_query() argument
855 if (port ? (own_query == &port->ip4_own_query) : in br_multicast_send_query()
856 (own_query == &br->ip4_own_query)) { in br_multicast_send_query()
872 time += own_query->startup_sent < br->multicast_startup_query_count ? in br_multicast_send_query()
875 mod_timer(&own_query->timer, time); in br_multicast_send_query()
1427 struct bridge_mcast_own_query *own_query) in br_multicast_leave_group() argument
1477 mod_timer(&own_query->timer, time); in br_multicast_leave_group()
1536 struct bridge_mcast_own_query *own_query; in br_ip4_multicast_leave_group() local
1541 own_query = port ? &port->ip4_own_query : &br->ip4_own_query; in br_ip4_multicast_leave_group()
1548 own_query); in br_ip4_multicast_leave_group()
1558 struct bridge_mcast_own_query *own_query; in br_ip6_multicast_leave_group() local
1563 own_query = port ? &port->ip6_own_query : &br->ip6_own_query; in br_ip6_multicast_leave_group()
1570 own_query); in br_ip6_multicast_leave_group()