Home
last modified time | relevance | path

Searched refs:sg_ip (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/bridge/
H A Dbr_multicast.c304 sg_key.addr = *sg_ip; in __fwd_add_star_excl()
327 sg_key.addr = *sg_ip; in __fwd_del_star_excl()
351 struct br_ip sg_ip; in br_multicast_star_g_handle_mode() local
363 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_star_g_handle_mode()
364 sg_ip = pg->key.addr; in br_multicast_star_g_handle_mode()
412 struct br_ip sg_ip; in br_multicast_star_g_host_state() local
417 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_star_g_host_state()
522 struct br_ip sg_ip; in br_multicast_fwd_src_add() local
527 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_fwd_src_add()
563 struct br_ip sg_ip; in br_multicast_fwd_src_remove() local
[all …]
H A Dbr_mdb.c802 struct br_ip sg_ip; in br_mdb_add_group_src_fwd() local
805 sg_ip = cfg->group; in br_mdb_add_group_src_fwd()
806 sg_ip.src = src_ip->src; in br_mdb_add_group_src_fwd()
807 sgmp = br_multicast_new_group(cfg->br, &sg_ip); in br_mdb_add_group_src_fwd()
822 sg_cfg.group = sg_ip; in br_mdb_add_group_src_fwd()