Lines Matching defs:h_addr

35 					   union net_bridge_eht_addr *h_addr);
39 union net_bridge_eht_addr *h_addr,
45 union net_bridge_eht_addr *h_addr)
55 result = memcmp(h_addr, &this->h_addr, sizeof(*h_addr));
68 union net_bridge_eht_addr *h_addr)
72 eht_host = br_multicast_eht_host_lookup(pg, h_addr);
81 union net_bridge_eht_addr *h_addr)
91 result = memcmp(h_addr, &this->h_addr, sizeof(*h_addr));
170 if (memcmp(&set_h->h_addr, &zero_addr, sizeof(zero_addr)))
219 &set_h->h_addr);
241 union net_bridge_eht_addr *h_addr,
253 result = memcmp(h_addr, &this->h_addr, sizeof(*h_addr));
270 memcpy(&eht_host->h_addr, h_addr, sizeof(*h_addr));
298 result = memcmp(&eht_host->h_addr, &this->h_addr,
317 memcpy(&set_h->h_addr, &eht_host->h_addr,
394 union net_bridge_eht_addr *h_addr,
400 eht_host = br_multicast_eht_host_lookup(pg, h_addr);
407 br_multicast_del_eht_set_entry(pg, &zero_addr, h_addr);
411 h_addr, MCAST_EXCLUDE,
420 union net_bridge_eht_addr *h_addr,
438 eht_host = __eht_lookup_create_host(pg, h_addr, filter_mode);
462 union net_bridge_eht_addr *h_addr)
472 set_h = br_multicast_eht_set_entry_lookup(eht_set, h_addr);
488 union net_bridge_eht_addr *h_addr)
494 eht_host = br_multicast_eht_host_lookup(pg, h_addr);
501 &set_h->h_addr);
507 union net_bridge_eht_addr *h_addr,
520 h_addr, filter_mode,
527 union net_bridge_eht_addr *h_addr,
543 if (!br_multicast_del_eht_set_entry(pg, &eht_src_addr, h_addr))
558 union net_bridge_eht_addr *h_addr,
565 switch (br_multicast_eht_host_filter_mode(pg, h_addr)) {
567 __eht_create_set_entries(brmctx, pg, h_addr, srcs, nsrcs,
571 changed = __eht_del_set_entries(pg, h_addr, srcs, nsrcs,
581 union net_bridge_eht_addr *h_addr,
588 switch (br_multicast_eht_host_filter_mode(pg, h_addr)) {
590 changed = __eht_del_set_entries(pg, h_addr, srcs, nsrcs,
594 __eht_create_set_entries(brmctx, pg, h_addr, srcs, nsrcs, addr_size,
605 union net_bridge_eht_addr *h_addr,
615 if (br_multicast_eht_host_filter_mode(pg, h_addr) != filter_mode)
621 br_multicast_del_eht_host(pg, h_addr);
622 __eht_create_set_entries(brmctx, pg, h_addr, srcs, nsrcs, addr_size,
665 union net_bridge_eht_addr *h_addr,
673 changed = __eht_inc_exc(brmctx, pg, h_addr, srcs, nsrcs, addr_size,
675 br_eht_convert_host_filter_mode(brmctx, pg, h_addr, MCAST_INCLUDE);
682 union net_bridge_eht_addr *h_addr,
690 changed = __eht_inc_exc(brmctx, pg, h_addr, srcs, nsrcs, addr_size,
692 br_eht_convert_host_filter_mode(brmctx, pg, h_addr, MCAST_EXCLUDE);
699 union net_bridge_eht_addr *h_addr,
708 br_multicast_eht_allow(brmctx, pg, h_addr, srcs, nsrcs,
712 changed = br_multicast_eht_block(brmctx, pg, h_addr, srcs, nsrcs,
719 changed = br_multicast_eht_inc(brmctx, pg, h_addr, srcs, nsrcs,
726 changed = br_multicast_eht_exc(brmctx, pg, h_addr, srcs, nsrcs,
737 union net_bridge_eht_addr *h_addr,
746 br_multicast_eht_allow(brmctx, pg, h_addr, srcs, nsrcs,
750 changed = br_multicast_eht_block(brmctx, pg, h_addr, srcs, nsrcs,
757 changed = br_multicast_eht_inc(brmctx, pg, h_addr, srcs, nsrcs,
765 changed = br_multicast_eht_exc(brmctx, pg, h_addr, srcs, nsrcs,
778 void *h_addr,
792 memcpy(&eht_host_addr, h_addr, addr_size);