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

12

/freebsd-11-stable/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-stable/contrib/tcpdump/
H A Dprint-ip6.c224 u_int flow; local
249 flow = EXTRACT_32BITS(&ip6->ip6_flow);
253 if (flow & 0x0f000000)
254 ND_PRINT((ndo, "pri 0x%02x, ", (flow & 0x0f000000) >> 24));
255 if (flow & 0x00ffffff)
256 ND_PRINT((ndo, "flowlabel 0x%06x, ", flow & 0x00ffffff));
259 if (flow & 0x0ff00000)
260 ND_PRINT((ndo, "class 0x%02x, ", (flow & 0x0ff00000) >> 20));
261 if (flow & 0x000fffff)
262 ND_PRINT((ndo, "flowlabel 0x%05x, ", flow
[all...]
/freebsd-11-stable/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-stable/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-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h66 // The optional flow flag will cause generated YAML to use a flow mapping
68 // static const bool flow = true;
88 // The optional flow flag will cause generated YAML to use a flow mapping
90 // static const bool flow = true;
110 /// of bit values and the YAML representation is a flow sequence of
250 // a flow sequence (e.g. [a,b,c]).
251 // static const bool flow = true;
259 // static const bool flow;
495 struct Fallback { bool flow; }; member in struct:llvm::yaml::has_FlowTraits::Fallback
1877 template <> struct IsFlowSequenceBase<true> { static const bool flow = true; }; member in struct:llvm::IsFlowSequenceBase
1920 static const bool flow = true; member in struct:llvm::SequenceElementTraits
1925 static const bool flow = false; member in struct:llvm::SequenceElementTraits
1928 static const bool flow = false; member in struct:llvm::SequenceElementTraits
1931 static const bool flow = false; member in struct:llvm::SequenceElementTraits
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rdmasniff.c57 struct ibv_flow * flow; member in struct:pcap_rdmasniff
83 ibv_destroy_flow(priv->flow);
262 priv->flow = ibv_create_flow(priv->qp, &flow_attr);
263 if (!priv->flow) {
265 "Failed to create flow for device %s", handle->opt.device);
325 if (priv->flow) {
326 ibv_destroy_flow(priv->flow);
/freebsd-11-stable/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-stable/sys/contrib/octeon-sdk/
H A Dcvmip.h192 uint32_t flow :20; member in struct:__anon8421
/freebsd-11-stable/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-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h125 static constexpr bool flow = true; member in struct:llvm::yaml::MappingTraits
H A DYAMLXRayRecord.h90 static constexpr bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-11-stable/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-stable/sys/net/altq/
H A Daltq_subr.c1050 * extract flow information from a given packet.
1056 altq_extractflow(m, af, flow, filt_bmask)
1059 struct flowinfo *flow;
1073 fin = (struct flowinfo_in *)flow;
1102 fin6 = (struct flowinfo_in6 *)flow;
1136 flow->fi_len = sizeof(struct flowinfo);
1137 flow->fi_family = AF_UNSPEC;
1539 struct flowinfo flow; local
1544 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
1546 if (flow
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp112 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h176 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
197 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
270 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
348 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
390 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
408 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c417 dtrace_flowkind_t flow = DTRACEFLOW_NONE; local
436 * like "method-entry" or "function-entry" to participate in flow
442 flow = DTRACEFLOW_ENTRY;
446 flow = DTRACEFLOW_RETURN;
456 if (flow == DTRACEFLOW_ENTRY) {
459 flow = DTRACEFLOW_NONE;
467 if (flow == DTRACEFLOW_RETURN) {
484 flow = DTRACEFLOW_NONE;
488 if (flow == DTRACEFLOW_ENTRY || flow
2409 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); local
[all...]
/freebsd-11-stable/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-stable/contrib/ofed/infiniband-diags/src/
H A Dsaquery.c316 uint32_t flow; local
318 ib_member_get_sl_flow_hop(mr->sl_flow_hop, &sl, &flow, &hop);
340 flow, hop, scope, join, mr->proxy_join);
1073 uint32_t flow = 0; local
1084 CHECK_AND_SET_VAL((p->flow_label << 8), 32, 0, flow, PR, FLOWLABEL);
1086 (pr.hop_flow_raw & cl_hton32(~0x0FFFFF00)) | flow;
1220 uint32_t flow = 0; local
1234 CHECK_AND_SET_VAL(p->flow_label, 32, 0, flow, MCR, FLOW);
1236 /* pass flow in host order as expected by function */
1237 mr.sl_flow_hop = ib_member_set_sl_flow_hop(sl, cl_ntoh32(flow), ho
[all...]
/freebsd-11-stable/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-stable/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:__anon12609
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-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp99 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h1544 int (*ibv_destroy_flow) (struct ibv_flow *flow);
1691 struct ibv_flow_attr *flow)
1700 return vctx->ibv_create_flow(qp, flow);
1690 ibv_create_flow(struct ibv_qp *qp, struct ibv_flow_attr *flow) argument

Completed in 393 milliseconds

12