| /freebsd-13-stable/sbin/ipf/libipf/ |
| HD | printpacket6.c | 22 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-13-stable/sys/contrib/device-tree/Bindings/serial/ |
| HD | milbeaut-uart.txt | 11 - auto-flow-control: flow control enable. 20 auto-flow-control;
|
| HD | st-asc.txt | 10 - st,hw-flow-ctrl bool flag to enable hardware flow control.
|
| /freebsd-13-stable/crypto/openssl/ssl/statem/ |
| HD | README | 18 - Separate message flow state from handshake state (in order to better 20 - message flow state = when to flush buffers; handling restarts in the 21 event of NBIO events; handling the common flow of steps for reading a 22 message and the common flow of steps for writing a message etc 27 The message flow state machine is divided into a reading sub-state machine and a
|
| /freebsd-13-stable/contrib/tcpdump/ |
| HD | print-ip6.c | 234 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-13-stable/sys/kern/ |
| HD | uipc_mbufhash.c | 140 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-13-stable/cddl/usr.sbin/dwatch/libexec/ |
| HD | ip | 22 this string flow; 37 this->flow = this->recv ? "<-" : "->"; 65 this->flow,
|
| HD | rw | 24 this string flow; 35 this->flow = probefunc == "read" ? "<-" : "->"; 63 this->flow,
|
| HD | tcp | 63 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,
|
| HD | udp | 22 this string flow; 40 this->flow = this->recv ? "<-" : "->"; 78 this->flow,
|
| HD | udplite | 22 this string flow; 40 this->flow = this->recv ? "<-" : "->"; 78 this->flow,
|
| HD | io | 35 this string flow; 49 this->flow = probefunc == "done" ? "<-" : "->"; 93 this->flow,
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/hsi/ |
| HD | client-devices.txt | 15 - hsi-flow: RX flow type ("synchronized" or "pipeline") 38 hsi-flow = "synchronized";
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/dma/ |
| HD | qcom_adm.txt | 8 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-13-stable/contrib/libpcap/ |
| HD | pcap-rdmasniff.c | 56 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-13-stable/sys/netgraph/atm/sscop/ |
| HD | ng_sscop.c | 95 int flow; /* flow control states */ member 306 if (priv->flow) { in flow_upper() 309 priv->flow = 0; in flow_upper() 322 priv->flow = 1; in flow_upper() 329 if (priv->flow) in flow_upper() 339 priv->flow = 1; in flow_upper() 530 priv->flow = 1; in ng_sscop_rcvmsg() 743 if (sig == SSCOP_DATA_indication && priv->flow) in sscop_send_upper()
|
| /freebsd-13-stable/sys/netgraph/bluetooth/l2cap/ |
| HD | ng_l2cap_evnt.c | 705 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()
|
| HD | ng_l2cap_llpi.c | 351 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-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | stm32mp157a-iot-box.dts | 57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */ 58 /delete-property/st,hw-flow-ctrl;
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| D | cirrus,clps711x-intc.txt | 20 8: TC1OI TC1 under flow 21 9: TC2OI TC2 under flow
|
| /freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| HD | JDTrace.java | 52 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-13-stable/sys/net/altq/ |
| HD | altq_subr.c | 1046 altq_extractflow(m, af, flow, filt_bmask) in altq_extractflow() argument 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; 1524 struct flowinfo flow; local 1529 altq_extractflow(m, af, &flow, classifier->acc_fbmask); 1531 if (flow.fi_family == AF_INET) { 1532 struct flowinfo_in *fp = (struct flowinfo_in *)&flow; [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/net/nfc/ |
| HD | nfcmrvl.txt | 16 - flow-control: Specifies that the chip is using RTS/CTS. 35 flow-control;
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | MIRYamlMapping.h | 211 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;
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_fs_tcp.c | 97 struct mlx5_flow_rule *flow; in mlx5e_accel_fs_add_inpcb() local 153 flow = ERR_PTR(-EINVAL); in mlx5e_accel_fs_add_inpcb() 160 flow = mlx5_add_flow_rule(ft->t, spec->match_criteria_enable, in mlx5e_accel_fs_add_inpcb() 168 return (flow); in mlx5e_accel_fs_add_inpcb()
|