| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | multicast.c | 129 struct ib_sa_multicast multicast; member 351 &member->multicast.rec, in send_join() 352 member->multicast.comp_mask, in send_join() 392 member->multicast.rec = group->rec; in join_group() 393 member->multicast.rec.join_state = join_state; in join_group() 403 return member->multicast.callback(status, &member->multicast); in fail_join() 427 adjust_membership(group, member->multicast.rec.join_state, -1); in process_group_error() 431 ret = member->multicast.callback(-ENETRESET, in process_group_error() 432 &member->multicast); in process_group_error() 435 ib_sa_free_multicast(&member->multicast); in process_group_error() [all …]
|
| HD | cma.c | 204 } multicast; member 349 kfree(mc->multicast.ib); in release_mc() 979 ib_sa_free_multicast(mc->multicast.ib); in cma_leave_mc_groups() 3205 static int cma_ib_mc_handler(int status, struct ib_sa_multicast *multicast) in cma_ib_mc_handler() argument 3208 struct cma_multicast *mc = multicast->context; in cma_ib_mc_handler() 3223 status = ib_attach_mcast(id_priv->id.qp, &multicast->rec.mgid, in cma_ib_mc_handler() 3224 be16_to_cpu(multicast->rec.mlid)); in cma_ib_mc_handler() 3240 id_priv->id.port_num, &multicast->rec, in cma_ib_mc_handler() 3244 event.param.ud.qkey = be32_to_cpu(multicast->rec.qkey); in cma_ib_mc_handler() 3347 mc->multicast.ib = ib_sa_join_multicast(&sa_client, id_priv->id.device, in cma_join_ib_multicast() [all …]
|
| /NextBSD/contrib/wpa/src/ap/ |
| HD | iapp.c | 172 struct in_addr own, multicast; member 203 addr.sin_addr.s_addr = iapp->multicast.s_addr; in iapp_send_add() 445 inet_aton(IAPP_MULTICAST, &iapp->multicast); in iapp_init() 459 mreq.imr_multiaddr = iapp->multicast; in iapp_init() 516 mreq.imr_multiaddr = iapp->multicast; in iapp_deinit()
|
| /NextBSD/contrib/netbsd-tests/ipf/regress/ |
| HD | i9 | 15 pass in all with mbcast,not bcast,multicast,not state,not ipopts 16 block in all with not mbcast,bcast,not multicast,state
|
| /NextBSD/sys/ofed/include/rdma/ |
| HD | ib_sa.h | 326 struct ib_sa_multicast *multicast); 364 *multicast), 377 void ib_sa_free_multicast(struct ib_sa_multicast *multicast);
|
| /NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | Kconfig | 24 drops for multicast and UD mode traffic from this interface, 39 information about IB multicast groups used by the IPoIB
|
| HD | ipoib_multicast.c | 240 struct ib_sa_multicast *multicast) in ipoib_mcast_sendonly_join_complete() argument 242 struct ipoib_mcast *mcast = multicast->context; in ipoib_mcast_sendonly_join_complete() 250 status = ipoib_mcast_join_finish(mcast, &multicast->rec); in ipoib_mcast_sendonly_join_complete() 336 struct ib_sa_multicast *multicast) in ipoib_mcast_join_complete() argument 338 struct ipoib_mcast *mcast = multicast->context; in ipoib_mcast_join_complete() 349 status = ipoib_mcast_join_finish(mcast, &multicast->rec); in ipoib_mcast_join_complete()
|
| /NextBSD/contrib/ofed/management/infiniband-diags/src/ |
| HD | ibroute.c | 389 int multicast = 0, startlid = 0, endlid = 0; in main() local 439 multicast++; in main() 486 if (multicast) in main()
|
| HD | ibtracert.c | 721 int dumplevel = 2, dest_type = IB_DEST_LID, multicast = 0, mlid = 0; in main() local 778 multicast++; in main() 845 if (!multicast) { in main()
|
| /NextBSD/contrib/ofed/management/doc/ |
| HD | diagtools.txt | 109 (LinearForwardingTable or LFT) or multicast (MulticastForwardingTable or MFT)) 119 -M show multicast forwarding tables. In this case the range 127 ibroute -M 2 # show multicast tables 137 is reached or a hop does not respond. By using the -m option, multicast path 145 -m <mlid> show the multicast trace of the specified mlid. 149 ibtracert -m 0xc000 3 5 # show multicast trace between lid 3 and 5 543 -g get multicast group info
|
| HD | ibtracer.txt | 85 This tool cannot currently be used for multicast tracing. There are a 87 multicast and it is not a requirement of enhanced switch port 0 106 Is multicast tracing important ?
|
| HD | diagtools-proposal.txt | 27 (LinearForwardingTable or LFT) or multicast (MulticastForwardingTable or MFT)) 42 a hop does not respond. By using -mg and/or -ml options, multicast path
|
| /NextBSD/contrib/ofed/management/infiniband-diags/ |
| HD | README | 109 (LinearForwardingTable or LFT) or multicast (MulticastForwardingTable or MFT)) 119 -M show multicast forwarding tables. In this case the range 127 ibroute -M 2 # show multicast tables 137 is reached or a hop does not respond. By using the -m option, multicast path 145 -m <mlid> show the multicast trace of the specified mlid. 149 ibtracert -m 0xc000 3 5 # show multicast trace between lid 3 and 5 542 -g get multicast group info
|
| /NextBSD/sys/modules/ibcore/ |
| HD | Makefile | 6 agent.c multicast.c smi.c ud_header.c uverbs_main.c \
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | opensm_release_notes_openib-3.0.13.txt | 41 This allows for all SA registrations (multicast, services, and events) 44 In verbose mode, OpenSM will dump SA DB (existing multicast groups, 52 * Modular routing for multicast 55 for multicast route calculation. 75 * Support scope for IPoIB multicast groups in partition config 110 Puts the burden of re-registering services, multicast groups, and 305 Hold locked multicast group leave request (MCMember Record) processing. 306 This prevents kind of race with multicast group join request where
|
| HD | todo | 17 11 070413 - Add dynamic rate adjustment for multicast groups
|
| HD | opensm_release_notes-3.1.10.txt | 78 Now OpenSM will calculate and setup multicast forwarding tables for 79 all altered multicast groups and not for each one. 90 * Support multiple scopes for IPoIB multicast groups in partition config. 147 Puts the burden of re-registering services, multicast groups, and 229 * Break multicast rerouting requests processing when heavy sweep is 271 * Set hop limit when creating ipoib multicast groups
|
| HD | opensm_release_notes-3.1.11.txt | 78 Now OpenSM will calculate and setup multicast forwarding tables for 79 all altered multicast groups and not for each one. 90 * Support multiple scopes for IPoIB multicast groups in partition config. 147 Puts the burden of re-registering services, multicast groups, and 229 * Break multicast rerouting requests processing when heavy sweep is 271 * Set hop limit when creating ipoib multicast groups
|
| /NextBSD/contrib/ntp/html/scripts/ |
| HD | confopt.txt | 10 <li class='inline'><a href='confopt.html#multicastclient'>multicastclient - enable multicast client…
|
| /NextBSD/contrib/apr/ |
| HD | apr.mak | 84 -@erase "$(INTDIR)\multicast.obj" 208 "$(INTDIR)\multicast.obj" \ 298 -@erase "$(INTDIR)\multicast.obj" 422 "$(INTDIR)\multicast.obj" \ 512 -@erase "$(INTDIR)\multicast.obj" 636 "$(INTDIR)\multicast.obj" \ 726 -@erase "$(INTDIR)\multicast.obj" 850 "$(INTDIR)\multicast.obj" \ 940 -@erase "$(INTDIR)\multicast.obj" 1064 "$(INTDIR)\multicast.obj" \ [all …]
|
| HD | libapr.mak | 86 -@erase "$(INTDIR)\multicast.obj" 216 "$(INTDIR)\multicast.obj" \ 322 -@erase "$(INTDIR)\multicast.obj" 452 "$(INTDIR)\multicast.obj" \ 558 -@erase "$(INTDIR)\multicast.obj" 688 "$(INTDIR)\multicast.obj" \ 794 -@erase "$(INTDIR)\multicast.obj" 924 "$(INTDIR)\multicast.obj" \ 1030 -@erase "$(INTDIR)\multicast.obj" 1160 "$(INTDIR)\multicast.obj" \ [all …]
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_sa_mcmember_record.c | 611 if (p_mcm_rec->mgid.multicast.header[0] != 0xFF) { in __validate_requested_mgid() 614 cl_ntoh16(p_mcm_rec->mgid.multicast.header[0])); in __validate_requested_mgid() 620 memcpy(&signature, &(p_mcm_rec->mgid.multicast.raw_group_id), in __validate_requested_mgid() 653 if (p_mcm_rec->mgid.multicast.header[1] & 0xE0) { in __validate_requested_mgid() 656 (p_mcm_rec->mgid.multicast.header[1] & 0xE0) >> 4); in __validate_requested_mgid() 664 (p_mcm_rec->mgid.multicast.header[1] & 0x0F) == in __validate_requested_mgid()
|
| /NextBSD/sys/netgraph/bluetooth/l2cap/ |
| HD | TODO | 24 4) Implement group channels (multicast)
|
| /NextBSD/usr.bin/svn/lib/libapr/ |
| HD | Makefile | 14 kqueue.c mktemp.c mmap.c multicast.c mutex.c open.c \
|
| /NextBSD/contrib/ipfilter/ |
| HD | README | 12 added security. It can also be integrated with the multicast patches. 30 When using it with multicast IP, the calls to fr_check() should be
|