Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_multicast.c292 struct br_ip *sg_ip) in __fwd_add_star_excl() argument
301 sg_key.addr = *sg_ip; in __fwd_add_star_excl()
306 sg_ip, pg->eth_addr, in __fwd_add_star_excl()
316 struct br_ip *sg_ip) in __fwd_del_star_excl() argument
324 sg_key.addr = *sg_ip; in __fwd_del_star_excl()
348 struct br_ip sg_ip; in br_multicast_star_g_handle_mode() local
360 memset(&sg_ip, 0, sizeof(sg_ip)); in br_multicast_star_g_handle_mode()
361 sg_ip = pg->key.addr; in br_multicast_star_g_handle_mode()
373 sg_ip.src = src_ent->addr.src; in br_multicast_star_g_handle_mode()
376 __fwd_del_star_excl(pg, &sg_ip); in br_multicast_star_g_handle_mode()
[all …]
H A Dbr_mdb.c820 struct br_ip sg_ip; in br_mdb_add_group_src_fwd() local
823 sg_ip = cfg->group; in br_mdb_add_group_src_fwd()
824 sg_ip.src = src_ip->src; in br_mdb_add_group_src_fwd()
825 sgmp = br_multicast_new_group(cfg->br, &sg_ip); in br_mdb_add_group_src_fwd()
840 sg_cfg.group = sg_ip; in br_mdb_add_group_src_fwd()