Searched refs:other_query (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_multicast.c | 1474 struct bridge_mcast_other_query *other_query = NULL; in br_multicast_send_query() local 1487 other_query = &br->ip4_other_query; in br_multicast_send_query() 1491 other_query = &br->ip6_other_query; in br_multicast_send_query() 1496 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_send_query() 1548 struct bridge_mcast_other_query *other_query = NULL; in br_multicast_port_group_rexmit() local 1559 other_query = &br->ip4_other_query; in br_multicast_port_group_rexmit() 1562 other_query = &br->ip6_other_query; in br_multicast_port_group_rexmit() 1565 if (!other_query || timer_pending(&other_query in br_multicast_port_group_rexmit() 1714 struct bridge_mcast_other_query *other_query = NULL; __grp_src_query_marked_and_rexmit() local 1760 struct bridge_mcast_other_query *other_query = NULL; __grp_send_query_and_rexmit() local 2806 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, const unsigned char *src) br_multicast_leave_group() argument [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_multicast.c | 1852 struct bridge_mcast_other_query *other_query = NULL; in br_multicast_send_query() local 1867 other_query = &brmctx->ip4_other_query; in br_multicast_send_query() 1872 other_query = &brmctx->ip6_other_query; in br_multicast_send_query() 1877 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_send_query() 1939 struct bridge_mcast_other_query *other_query = NULL; in br_multicast_port_group_rexmit() local 1958 other_query = &brmctx->ip4_other_query; in br_multicast_port_group_rexmit() 1961 other_query = &brmctx->ip6_other_query; in br_multicast_port_group_rexmit() 1964 if (!other_query || timer_pending(&other_query in br_multicast_port_group_rexmit() 2174 struct bridge_mcast_other_query *other_query = NULL; __grp_src_query_marked_and_rexmit() local 2221 struct bridge_mcast_other_query *other_query = NULL; __grp_send_query_and_rexmit() local 3594 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) br_multicast_leave_group() argument [all...] |
Completed in 9 milliseconds