Searched refs:flow (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dprintpacket6.c25 u_32_t flow; local
30 flow = ntohl(*(u_32_t *)buf);
31 flow &= 0xfffff;
42 PRINTF("ip6/%d %d %#x %d", buf[0] & 0xf, plen, flow, p);
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dmain.c85 "--flow <c|a|v|s|e|f|m|q|t>\n"
86 " This option directs osmtest to run a specific flow:\n"
94 " m = multicast flow\n"
96 " t = run trap 64/65 flow (this flow requires running of external tool)\n"
102 " It is used only when running -f t - the trap 64/65 flow\n"
164 " Without -M, default flow testing is performed\n\n");
302 {"flow", 1, NULL, 'f'},
341 opt.flow = OSMT_FLOW_ALL; /* run all validation tests */
383 opt.flow
[all...]
H A Dosmtest.c437 /* Currently there is a problem with IBAL exit flow - memory overrun,
7186 if (p_osmt->opt.flow == OSMT_FLOW_CREATE_INVENTORY) {
7198 if (p_osmt->opt.flow == OSMT_FLOW_STRESS_SA) {
7255 if (p_osmt->opt.flow == OSMT_FLOW_ALL ||
7256 p_osmt->opt.flow == OSMT_FLOW_VALIDATE_INVENTORY) {
7279 if (p_osmt->opt.flow == OSMT_FLOW_ALL) {
7290 if (p_osmt->opt.flow == OSMT_FLOW_ALL ||
7291 p_osmt->opt.flow == OSMT_FLOW_SERVICE_REGISTRATION)
7306 if (p_osmt->opt.flow == OSMT_FLOW_ALL ||
7307 p_osmt->opt.flow
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-ip6.c87 u_int flow; local
112 flow = EXTRACT_32BITS(&ip6->ip6_flow);
116 if (flow & 0x0f000000)
117 ND_PRINT((ndo, "pri 0x%02x, ", (flow & 0x0f000000) >> 24));
118 if (flow & 0x00ffffff)
119 ND_PRINT((ndo, "flowlabel 0x%06x, ", flow & 0x00ffffff));
122 if (flow & 0x0ff00000)
123 ND_PRINT((ndo, "class 0x%02x, ", (flow & 0x0ff00000) >> 20));
124 if (flow & 0x000fffff)
125 ND_PRINT((ndo, "flowlabel 0x%05x, ", flow
[all...]
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-dis.h61 enum Flow flow; member in struct:arcDisState
H A Darc-dis.c570 state->flow = noflow;
595 state->flow = invalid_instr;
625 state->flow = invalid_instr;
653 state->flow = invalid_instr;
708 state->flow=invalid_instr;
724 state->flow = invalid_instr;
804 state->flow=invalid_instr;
893 state->flow = state->_opcode == op_BLC /* BL */
919 state->flow = is_linked ? direct_call : direct_jump;
928 state->flow
[all...]
/freebsd-11.0-release/sys/kern/
H A Duipc_mbufhash.c161 uint32_t flow; local
163 /* IPv6 flow label */
164 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK;
165 p = fnv_32_buf(&flow, sizeof(flow), p);
/freebsd-11.0-release/sys/netgraph/atm/sscop/
H A Dng_sscop.c97 int flow; /* flow control states */ member in struct:priv
307 if (priv->flow) {
309 "flow control stopped"));
310 priv->flow = 0;
319 "flow control opened window by %u messages",
323 priv->flow = 1;
330 if (priv->flow)
336 "flow control opened window by %u messages",
340 priv->flow
[all...]
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmip.h192 uint32_t flow :20; member in struct:__anon8417
/freebsd-11.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c704 bcopy(&val.flow, &ch->iflow, sizeof(ch->iflow));
860 bcopy(&val.flow, &cmd->ch->oflow,
1457 val->flow.token_rate = le32toh(val->flow.token_rate);
1458 val->flow.token_bucket_size =
1459 le32toh(val->flow.token_bucket_size);
1460 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth);
1461 val->flow.latency = le32toh(val->flow
[all...]
H A Dng_l2cap_llpi.c350 ng_l2cap_flow_p flow)
396 ep->flags = flow->flags;
397 ep->service_type = flow->service_type;
398 ep->token_rate = flow->token_rate;
399 ep->peak_bandwidth = flow->peak_bandwidth;
400 ep->latency = flow->latency;
401 ep->delay_variation = flow->delay_variation;
349 ng_l2cap_lp_qos_req(ng_l2cap_p l2cap, u_int16_t con_handle, ng_l2cap_flow_p flow) argument
H A Dng_l2cap_ulpi.c477 ng_l2cap_flow_p flow = NULL; local
526 flow = &ch->oflow;
529 _ng_l2cap_build_cfg_options(opt, mtu, flush_timo, flow);
649 ng_l2cap_flow_p flow = NULL; local
695 flow = &ch->iflow;
698 if (mtu != NULL || flow != NULL) {
699 _ng_l2cap_build_cfg_options(opt, mtu, NULL, flow);
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest.h85 uint8_t flow; member in struct:_osmtest_opt
402 * Run the service record testing flow.
427 * Run the sl2vl and vlarb tables testing flow.
451 * Run the multicast test flow
474 * Run the trap 64/65 test flow. This test is ran with
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h162 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
178 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
235 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
278 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java52 static boolean flow = false; field in class:JDTrace
183 if (flow) {
194 if (flow) {
195 Flow flow = data.getFlow();
196 int indent = (flow.getDepth() * 2);
204 switch (flow.getKind()) {
221 switch (flow.getKind()) {
885 flow = (dtrace.getOption(Option.flowindent) != Option.UNSET);
/freebsd-11.0-release/sys/net/altq/
H A Daltq_subr.c1049 * extract flow information from a given packet.
1055 altq_extractflow(m, af, flow, filt_bmask)
1058 struct flowinfo *flow;
1072 fin = (struct flowinfo_in *)flow;
1101 fin6 = (struct flowinfo_in6 *)flow;
1135 flow->fi_len = sizeof(struct flowinfo);
1136 flow->fi_family = AF_UNSPEC;
1538 struct flowinfo flow; local
1543 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
1545 if (flow
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c415 dtrace_flowkind_t flow = DTRACEFLOW_NONE; local
434 * like "method-entry" or "function-entry" to participate in flow
440 flow = DTRACEFLOW_ENTRY;
444 flow = DTRACEFLOW_RETURN;
454 if (flow == DTRACEFLOW_ENTRY) {
457 flow = DTRACEFLOW_NONE;
465 if (flow == DTRACEFLOW_RETURN) {
482 flow = DTRACEFLOW_NONE;
486 if (flow == DTRACEFLOW_ENTRY || flow
2407 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); local
[all...]
/freebsd-11.0-release/sys/dev/bfe/
H A Dif_bfe.c652 u_int32_t val, flow; local
675 flow = 0;
677 flow = CSR_READ_4(sc, BFE_RXCONF);
678 flow &= ~BFE_RXCONF_FLOW;
681 flow |= BFE_RXCONF_FLOW;
682 CSR_WRITE_4(sc, BFE_RXCONF, flow);
687 flow = CSR_READ_4(sc, BFE_MAC_FLOW);
688 flow &= ~BFE_FLOW_PAUSE_ENAB;
689 CSR_WRITE_4(sc, BFE_MAC_FLOW, flow);
/freebsd-11.0-release/sys/dev/usb/net/
H A Dif_smsc.c538 uint32_t flow; local
586 flow = 0xffff0002;
588 flow = 0;
600 flow = 0;
605 err += smsc_write_reg(sc, SMSC_FLOW, flow);
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h48 // The optional flow flag will cause generated YAML to use a flow mapping
50 // static const bool flow = true;
71 /// of bit values and the YAML representation is a flow sequence of
168 // a flow sequence (e.g. [a,b,c]).
169 // static const bool flow = true;
326 struct Fallback { bool flow; }; member in struct:llvm::yaml::has_FlowTraits::Fallback
330 static char (&f(SameType<bool Fallback::*, &C::flow>*))[1];
1355 /// should be considered a YAML flow sequence.
1365 (void)flow; /* Remov
[all...]
/freebsd-11.0-release/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h153 /* L2CAP flow control */
258 ng_l2cap_flow_t flow; /* NG_L2CAP_OPT_QOS */ member in union:__anon12607
416 ng_l2cap_flow_t oflow; /* out flow */
425 ng_l2cap_flow_t oflow; /* out flow */
449 ng_l2cap_flow_t iflow; /* in flow */
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_policy.c796 uint32_t flow; local
835 &sl, &flow, &hop);
843 ib_member_set_sl_flow_hop(p_prtn->sl, flow, hop);
/freebsd-11.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile46 expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o \
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1165 pr_err("Device managed flow steering is disabled. Fail to register network rule.\n");
2410 pr_debug("Device managed flow steering is unavailable for this configuration.\n");
2616 struct ib_flow_attr *flow = NULL; local
2622 flow = kzalloc(flow_size, GFP_KERNEL);
2623 if (!flow)
2625 flow->port = mqp->port;
2626 flow->num_of_specs = 1;
2627 flow->size = flow_size;
2628 ib_spec = (struct ib_flow_spec_ib *)(flow + 1);
2634 err = __mlx4_ib_create_flow(&mqp->ibqp, flow,
[all...]
/freebsd-11.0-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile71 $(srcdir)/tree-mudflap.c $(srcdir)/tree-flow.h \

Completed in 234 milliseconds

12