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

/linux-master/net/bridge/
H A Dbr_multicast.c1853 struct bridge_mcast_other_query *other_query = NULL; local
1868 other_query = &brmctx->ip4_other_query;
1873 other_query = &brmctx->ip6_other_query;
1878 if (!other_query || timer_pending(&other_query->timer))
1940 struct bridge_mcast_other_query *other_query = NULL; local
1959 other_query = &brmctx->ip4_other_query;
1962 other_query = &brmctx->ip6_other_query;
1965 if (!other_query || timer_pending(&other_query
2175 struct bridge_mcast_other_query *other_query = NULL; local
2222 struct bridge_mcast_other_query *other_query = NULL; local
3595 br_multicast_leave_group(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct br_ip *group, struct bridge_mcast_other_query *other_query, struct bridge_mcast_own_query *own_query, const unsigned char *src) argument
[all...]

Completed in 249 milliseconds