Lines Matching refs:sg_ip
202 struct br_ip *sg_ip) in __fwd_add_star_excl() argument
210 sg_key.addr = *sg_ip; in __fwd_add_star_excl()
214 src_pg = __br_multicast_add_group(br, pg->key.port, sg_ip, pg->eth_addr, in __fwd_add_star_excl()
224 struct br_ip *sg_ip) in __fwd_del_star_excl() argument
232 sg_key.addr = *sg_ip; in __fwd_del_star_excl()
255 struct br_ip sg_ip; in br_multicast_star_g_handle_mode() local
264 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_star_g_handle_mode()
265 sg_ip = pg->key.addr; in br_multicast_star_g_handle_mode()
276 sg_ip.src = src_ent->addr.src; in br_multicast_star_g_handle_mode()
279 __fwd_del_star_excl(pg, &sg_ip); in br_multicast_star_g_handle_mode()
282 __fwd_add_star_excl(pg, &sg_ip); in br_multicast_star_g_handle_mode()
312 struct br_ip sg_ip; in br_multicast_star_g_host_state() local
317 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_star_g_host_state()
318 sg_ip = star_mp->addr; in br_multicast_star_g_host_state()
327 sg_ip.src = src_ent->addr.src; in br_multicast_star_g_host_state()
328 sg_mp = br_mdb_ip_get(br, &sg_ip); in br_multicast_star_g_host_state()
413 struct br_ip sg_ip; in br_multicast_fwd_src_add() local
418 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_fwd_src_add()
419 sg_ip = src->pg->key.addr; in br_multicast_fwd_src_add()
420 sg_ip.src = src->addr.src; in br_multicast_fwd_src_add()
421 sg = __br_multicast_add_group(src->br, src->pg->key.port, &sg_ip, in br_multicast_fwd_src_add()
448 struct br_ip sg_ip; in br_multicast_fwd_src_remove() local
450 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_fwd_src_remove()
451 sg_ip = pg->key.addr; in br_multicast_fwd_src_remove()
452 sg_ip.src = src->addr.src; in br_multicast_fwd_src_remove()
454 mp = br_mdb_ip_get(src->br, &sg_ip); in br_multicast_fwd_src_remove()