Searched refs:own_query (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/bridge/
H A Dbr_multicast.c828 struct bridge_mcast_own_query *own_query) br_multicast_send_query()
840 if (port ? (own_query == &port->ip4_own_query) : br_multicast_send_query()
841 (own_query == &br->ip4_own_query)) { br_multicast_send_query()
857 time += own_query->startup_sent < br->multicast_startup_query_count ? br_multicast_send_query()
860 mod_timer(&own_query->timer, time); br_multicast_send_query()
1410 struct bridge_mcast_own_query *own_query) br_multicast_leave_group()
1435 mod_timer(&own_query->timer, time); br_multicast_leave_group()
1516 struct bridge_mcast_own_query *own_query; br_ip4_multicast_leave_group() local
1521 own_query = port ? &port->ip4_own_query : &br->ip4_own_query; br_ip4_multicast_leave_group()
1528 own_query); br_ip4_multicast_leave_group()
1538 struct bridge_mcast_own_query *own_query; br_ip6_multicast_leave_group() local
1543 own_query = port ? &port->ip6_own_query : &br->ip6_own_query; br_ip6_multicast_leave_group()
1550 own_query); br_ip6_multicast_leave_group()
826 br_multicast_send_query(struct net_bridge *br, struct net_bridge_port *port, struct bridge_mcast_own_query *own_query) br_multicast_send_query() argument
1406 br_multicast_leave_group(struct net_bridge *br, struct net_bridge_port *port, struct br_ip *group, struct bridge_mcast_other_query *other_query, struct bridge_mcast_own_query *own_query) br_multicast_leave_group() argument

Completed in 64 milliseconds