Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/bridge/
A Dbr_multicast.c303 sg_key.addr = *sg_ip; in __fwd_add_star_excl()
326 sg_key.addr = *sg_ip; in __fwd_del_star_excl()
350 struct br_ip sg_ip; in br_multicast_star_g_handle_mode() local
362 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_star_g_handle_mode()
363 sg_ip = pg->key.addr; in br_multicast_star_g_handle_mode()
411 struct br_ip sg_ip; in br_multicast_star_g_host_state() local
416 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_star_g_host_state()
521 struct br_ip sg_ip; in br_multicast_fwd_src_add() local
526 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_fwd_src_add()
562 struct br_ip sg_ip; in br_multicast_fwd_src_remove() local
[all …]
A Dbr_mdb.c891 struct br_ip sg_ip; in br_mdb_add_group_src_fwd() local
894 sg_ip = cfg->group; in br_mdb_add_group_src_fwd()
895 sg_ip.src = src_ip->src; in br_mdb_add_group_src_fwd()
896 sgmp = br_multicast_new_group(cfg->br, &sg_ip); in br_mdb_add_group_src_fwd()
911 sg_cfg.group = sg_ip; in br_mdb_add_group_src_fwd()

Completed in 14 milliseconds