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

12

/freebsd-12-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-12-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-12-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-12-stable/sys/kern/
H A Duipc_mbufhash.c142 uint32_t flow; local
144 /* IPv6 flow label */
145 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK;
146 p = fnv_32_buf(&flow, sizeof(flow), p);
/freebsd-12-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-12-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-12-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-12-stable/sys/contrib/octeon-sdk/
H A Dcvmip.h192 uint32_t flow :20; member in struct:__anon11080
/freebsd-12-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c706 bcopy(&val.flow, &ch->iflow, sizeof(ch->iflow));
862 bcopy(&val.flow, &cmd->ch->oflow,
1459 val->flow.token_rate = le32toh(val->flow.token_rate);
1460 val->flow.token_bucket_size =
1461 le32toh(val->flow.token_bucket_size);
1462 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth);
1463 val->flow.latency = le32toh(val->flow
[all...]
H A Dng_l2cap_llpi.c352 ng_l2cap_flow_p flow)
398 ep->flags = flow->flags;
399 ep->service_type = flow->service_type;
400 ep->token_rate = flow->token_rate;
401 ep->peak_bandwidth = flow->peak_bandwidth;
402 ep->latency = flow->latency;
403 ep->delay_variation = flow->delay_variation;
351 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.c479 ng_l2cap_flow_p flow = NULL; local
528 flow = &ch->oflow;
531 _ng_l2cap_build_cfg_options(opt, mtu, flush_timo, flow);
651 ng_l2cap_flow_p flow = NULL; local
697 flow = &ch->iflow;
700 if (mtu != NULL || flow != NULL) {
701 _ng_l2cap_build_cfg_options(opt, mtu, NULL, flow);
/freebsd-12-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-12-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-12-stable/sys/net/altq/
H A Daltq_subr.c1040 * extract flow information from a given packet.
1046 altq_extractflow(m, af, flow, filt_bmask)
1049 struct flowinfo *flow;
1063 fin = (struct flowinfo_in *)flow;
1092 fin6 = (struct flowinfo_in6 *)flow;
1126 flow->fi_len = sizeof(struct flowinfo);
1127 flow->fi_family = AF_UNSPEC;
1529 struct flowinfo flow; local
1534 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
1536 if (flow
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp112 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-12-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-12-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
2111 int flow = (dtp->dt_options[DTRACEOPT_FLOWINDENT] != DTRACEOPT_UNSET); local
[all...]
/freebsd-12-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-12-stable/sys/dev/bfe/
H A Dif_bfe.c656 u_int32_t val, flow; local
679 flow = 0;
681 flow = CSR_READ_4(sc, BFE_RXCONF);
682 flow &= ~BFE_RXCONF_FLOW;
685 flow |= BFE_RXCONF_FLOW;
686 CSR_WRITE_4(sc, BFE_RXCONF, flow);
691 flow = CSR_READ_4(sc, BFE_MAC_FLOW);
692 flow &= ~BFE_FLOW_PAUSE_ENAB;
693 CSR_WRITE_4(sc, BFE_MAC_FLOW, flow);
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_smsc.c541 uint32_t flow; local
589 flow = 0xffff0002;
591 flow = 0;
603 flow = 0;
608 err += smsc_write_reg(sc, SMSC_FLOW, flow);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp99 static const bool flow = true; member in struct:llvm::yaml::MappingTraits
/freebsd-12-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h155 /* L2CAP flow control */
260 ng_l2cap_flow_t flow; /* NG_L2CAP_OPT_QOS */ member in union:__anon16212
418 ng_l2cap_flow_t oflow; /* out flow */
427 ng_l2cap_flow_t oflow; /* out flow */
451 ng_l2cap_flow_t iflow; /* in flow */
/freebsd-12-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 497 milliseconds

12