Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 186) sorted by relevance

12345678

/freebsd/sbin/ipf/libipf/
H A Dprintpacket6.c22 u_32_t flow; in printpacket6() local
27 flow = ntohl(*(u_32_t *)buf); in printpacket6()
28 flow &= 0xfffff; in printpacket6()
39 PRINTF("ip6/%d %d %#x %d", buf[0] & 0xf, plen, flow, p); in printpacket6()
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dmilbeaut-uart.txt11 - auto-flow-control: flow control enable.
20 auto-flow-control;
H A Dst-asc.txt10 - st,hw-flow-ctrl bool flag to enable hardware flow control.
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md19 - Separate message flow state from handshake state (in order to better
21 * message flow state = when to flush buffers; handling restarts in the
22 event of NBIO events; handling the common flow of steps for reading a
23 message and the common flow of steps for writing a message etc
28 The message flow state machine is divided into a reading sub-state machine and a
/freebsd/contrib/tcpdump/
H A Dprint-ip6.c234 u_int flow; in ip6_print() local
287 flow = GET_BE_U_4(ip6->ip6_flow); in ip6_print()
290 if (flow & 0x0ff00000) in ip6_print()
291 ND_PRINT("class 0x%02x, ", (flow & 0x0ff00000) >> 20); in ip6_print()
292 if (flow & 0x000fffff) in ip6_print()
293 ND_PRINT("flowlabel 0x%05x, ", flow & 0x000fffff); in ip6_print()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c2240 struct mt7915_twt_flow *flow) in mt7915_mac_twt_sched_list_add() argument
2243 u32 duration = flow->duration << 8; in mt7915_mac_twt_sched_list_add()
2250 list_add(&flow->list, &dev->twt_list); in mt7915_mac_twt_sched_list_add()
2262 list_add(&flow->list, &iter->list); in mt7915_mac_twt_sched_list_add()
2268 list_add_tail(&flow->list, &dev->twt_list); in mt7915_mac_twt_sched_list_add()
2321 f = &msta->twt.flow[i]; in mt7915_mac_twt_param_equal()
2344 struct mt7915_twt_flow *flow; in mt7915_mac_add_twt_setup() local
2356 if (hweight8(msta->twt.flowid_mask) == ARRAY_SIZE(msta->twt.flow)) in mt7915_mac_add_twt_setup()
2377 flow = &msta->twt.flow[flowid]; in mt7915_mac_add_twt_setup()
2378 memset(flow, 0, sizeof(*flow)); in mt7915_mac_add_twt_setup()
[all …]
/freebsd/sys/kern/
H A Duipc_mbufhash.c140 uint32_t flow; in m_tcpip_hash() local
143 flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; in m_tcpip_hash()
144 p = fnv_32_buf(&flow, sizeof(flow), p); in m_tcpip_hash()
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dip22 this string flow;
37 this->flow = this->recv ? "<-" : "->";
65 this->flow,
H A Drw24 this string flow;
35 this->flow = probefunc == "read" ? "<-" : "->";
63 this->flow,
H A Dtcp63 this string flow;
112 this->flow = probeflow[probename];
171 /* flow = "[from state]->[to state]" */
172 this->flow = strjoin(tcpstate[this->from_state],
200 this->flow,
H A Dudp22 this string flow;
40 this->flow = this->recv ? "<-" : "->";
78 this->flow,
H A Dudplite22 this string flow;
40 this->flow = this->recv ? "<-" : "->";
78 this->flow,
H A Dio35 this string flow;
49 this->flow = probefunc == "done" ? "<-" : "->";
93 this->flow,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c2377 struct mt7996_twt_flow *flow) in mt7996_mac_twt_sched_list_add() argument
2380 u32 duration = flow->duration << 8; in mt7996_mac_twt_sched_list_add()
2387 list_add(&flow->list, &dev->twt_list); in mt7996_mac_twt_sched_list_add()
2399 list_add(&flow->list, &iter->list); in mt7996_mac_twt_sched_list_add()
2405 list_add_tail(&flow->list, &dev->twt_list); in mt7996_mac_twt_sched_list_add()
2453 struct mt7996_twt_flow *flow; in mt7996_mac_add_twt_setup() local
2465 if (hweight8(msta->twt.flowid_mask) == ARRAY_SIZE(msta->twt.flow)) in mt7996_mac_add_twt_setup()
2476 flow = &msta->twt.flow[flowid]; in mt7996_mac_add_twt_setup()
2477 memset(flow, 0, sizeof(*flow)); in mt7996_mac_add_twt_setup()
2478 INIT_LIST_HEAD(&flow->list); in mt7996_mac_add_twt_setup()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hsi/
H A Dclient-devices.txt15 - hsi-flow: RX flow type ("synchronized" or "pipeline")
38 hsi-flow = "synchronized";
/freebsd/contrib/libpcap/
H A Dpcap-rdmasniff.c56 struct ibv_flow * flow; member
82 ibv_destroy_flow(priv->flow); in rdmasniff_cleanup()
276 priv->flow = ibv_create_flow(priv->qp, &flow_attr); in rdmasniff_activate()
277 if (!priv->flow) { in rdmasniff_activate()
339 if (priv->flow) { in rdmasniff_activate()
340 ibv_destroy_flow(priv->flow); in rdmasniff_activate()
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dqcom_adm.txt8 denotes CRCI (client rate control interface) flow control assignment.
44 3. CRCI assignment, if applicable. If no CRCI flow control is required, use 0.
45 The CRCI is used for flow control. It identifies the peripheral device that
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c705 bcopy(&val.flow, &ch->iflow, sizeof(ch->iflow)); in ng_l2cap_process_cfg_req()
860 bcopy(&val.flow, &cmd->ch->oflow, in ng_l2cap_process_cfg_rsp()
1456 val->flow.token_rate = le32toh(val->flow.token_rate); in get_next_l2cap_opt()
1457 val->flow.token_bucket_size = in get_next_l2cap_opt()
1458 le32toh(val->flow.token_bucket_size); in get_next_l2cap_opt()
1459 val->flow.peak_bandwidth = le32toh(val->flow.peak_bandwidth); in get_next_l2cap_opt()
1460 val->flow.latency = le32toh(val->flow.latency); in get_next_l2cap_opt()
1461 val->flow.delay_variation = le32toh(val->flow.delay_variation); in get_next_l2cap_opt()
H A Dng_l2cap_llpi.c351 ng_l2cap_flow_p flow) in ng_l2cap_lp_qos_req() argument
397 ep->flags = flow->flags; in ng_l2cap_lp_qos_req()
398 ep->service_type = flow->service_type; in ng_l2cap_lp_qos_req()
399 ep->token_rate = flow->token_rate; in ng_l2cap_lp_qos_req()
400 ep->peak_bandwidth = flow->peak_bandwidth; in ng_l2cap_lp_qos_req()
401 ep->latency = flow->latency; in ng_l2cap_lp_qos_req()
402 ep->delay_variation = flow->delay_variation; in ng_l2cap_lp_qos_req()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c53 struct ib_flow *flow = (struct ib_flow *)uobject->object; in uverbs_free_flow() local
56 struct ib_qp *qp = flow->qp; in uverbs_free_flow()
59 ret = flow->device->destroy_flow(flow); in uverbs_free_flow()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcirrus,clps711x-intc.txt20 8: TC1OI TC1 under flow
21 9: TC2OI TC2 under flow
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157a-iot-box.dts57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
58 /delete-property/st,hw-flow-ctrl;
/freebsd/sys/net/altq/
H A Daltq_subr.c1013 altq_extractflow(m, af, flow, filt_bmask) in altq_extractflow() argument
1016 struct flowinfo *flow;
1030 fin = (struct flowinfo_in *)flow;
1059 fin6 = (struct flowinfo_in6 *)flow;
1093 flow->fi_len = sizeof(struct flowinfo);
1094 flow->fi_family = AF_UNSPEC;
1491 struct flowinfo flow; local
1496 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
1498 if (flow.fi_family == AF_INET) {
1499 struct flowinfo_in *fp = (struct flowinfo_in *)&flow;
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java52 static boolean flow = false; field in JDTrace
183 if (flow) { in consumeProbeData()
194 if (flow) { in consumeProbeData()
195 Flow flow = data.getFlow(); in consumeProbeData() local
196 int indent = (flow.getDepth() * 2); in consumeProbeData()
204 switch (flow.getKind()) { in consumeProbeData()
221 switch (flow.getKind()) { in consumeProbeData()
885 flow = (dtrace.getOption(Option.flowindent) != Option.UNSET); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h211 static const bool flow = true;
232 static const bool flow = true;
306 static const bool flow = true;
330 static const bool flow = true;
409 static const bool flow = true;
495 static const bool flow = true;
513 static const bool flow = true;
539 static const bool flow = true;

12345678