HomeSort by: relevance | last modified time | path
    Searched defs:flow (Results 1 - 17 of 17) sorted by relevancy

  /src/usr.bin/tip/
cu.c 56 int flow = -1; /* -1 is "tandem" ^S/^Q */ local in function:cumain
65 { "flow", required_argument, NULL, 'F' },
99 flow = 1;
103 flow = -1;
106 errx(3, "bad flow setting");
108 flow = 0;
157 flow = 0;
239 switch (flow) {
294 " -F,--flow {hard,soft,none}: Use RTS/CTS, ^S/^Q, no flow control\n
    [all...]
  /src/sys/net/npf/
npf_alg_icmp.c 267 npf_flow_t flow; local in function:npfa_icmp_conn
305 conn = npf_conn_lookup(&enpc, di, &flow);
320 npfa_icmp_nat(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow)
327 if (flow == NPF_FLOW_FORW || !npf_iscached(npc, NPC_ICMP))
npf_conn.c 53 * The key is an n-tuple used to identify the connection flow: see the
296 const unsigned di, const npf_flow_t flow)
310 if (__predict_false(flow != pflow)) {
326 npf_conn_lookup(const npf_cache_t *npc, const unsigned di, npf_flow_t *flow)
337 con = npf_conndb_lookup(npf, &key, flow);
344 if (!npf_conn_check(con, nbuf, di, *flow)) {
363 npf_flow_t flow; local in function:npf_conn_inspect
384 if ((con = npf_conn_lookup(npc, di, &flow)) == NULL) {
390 ok = npf_state_inspect(npc, &con->c_state, flow);
947 npf_flow_t flow; local in function:npf_conn_find
    [all...]
npf_nat.c 377 * rewritten given the combination of the NAT type and flow direction.
382 npf_nat_which(const unsigned type, const npf_flow_t flow)
391 KASSERT(flow == NPF_FLOW_FORW || flow == NPF_FLOW_BACK);
401 which = (type == NPF_NATOUT) ? flow : !flow;
584 npf_dnat_translate(npf_cache_t *npc, npf_nat_t *nt, npf_flow_t flow)
587 const unsigned which = npf_nat_which(np->n_type, flow);
594 if (flow == NPF_FLOW_FORW) {
608 npf_alg_exec(npc, nt, flow);
721 npf_flow_t flow; local in function:npf_do_nat
    [all...]
  /src/usr.bin/xlint/lint1/
README.md 30 ## Control flow analysis
32 Lint roughly tracks the control flow inside a single function.
73 cannot reliably analyze the control flow in a single function.
74 * It does not store the control flow properties of functions, therefore it
  /src/sys/altq/
altq_wfq.h 49 struct flowinfo flow; member in struct:wfq_getqid
altq_wfq.c 244 struct flowinfo flow; local in function:wfq_classify
246 altq_extractflow(m, af, &flow, wfqp->fbmask);
247 return (&wfqp->queue[(*wfqp->hash_func)(&flow, wfqp->nums)]);
308 /* the queue for this flow is selected to drop */
315 wfq_hash(struct flowinfo *flow, int n)
319 if (flow != NULL) {
320 if (flow->fi_family == AF_INET) {
321 struct flowinfo_in *fp = (struct flowinfo_in *)flow;
331 else if (flow->fi_family == AF_INET6) {
332 struct flowinfo_in6 *fp6 = (struct flowinfo_in6 *)flow;
    [all...]
altq_subr.c 787 * extract flow information from a given packet.
793 altq_extractflow(struct mbuf *m, int af, struct flowinfo *flow,
807 fin = (struct flowinfo_in *)flow;
836 fin6 = (struct flowinfo_in6 *)flow;
870 flow->fi_len = sizeof(struct flowinfo);
871 flow->fi_family = AF_UNSPEC;
1254 struct flowinfo flow; local in function:acc_classify
1259 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
1261 if (flow.fi_family == AF_INET) {
1262 struct flowinfo_in *fp = (struct flowinfo_in *)&flow;
    [all...]
  /src/usr.sbin/memswitch/
methods.c 432 int baud, bit, parity, stop, flow; local in function:parse_serial
493 /* flow */
495 flow = 0;
497 flow = 1;
514 (flow << 9) +
686 char bit, parity, flow; local in function:print_serial
706 flow = flows[(v & 0x0200) >> 9];
707 sprintf(str, "%s,%c,%c,%s,%c", baud, bit, parity, stop, flow);
  /src/sys/dev/usb/
if_smsc.c 345 uint32_t flow; local in function:smsc_uno_miibus_statchg
381 flow = 0xffff0002;
383 flow = 0;
394 flow = 0;
399 err += smsc_writereg(un, SMSC_FLOW, flow);
uftdi.c 519 /* Turn on RTS/CTS flow control */
740 int rate, ratehi, rerr, data, flow; local in function:uftdi_param
834 flow = FTDI_SIO_RTS_CTS_HS;
837 flow = FTDI_SIO_XON_XOFF_HS;
840 flow = FTDI_SIO_DISABLE_FLOW_CTRL;
845 USETW2(req.wIndex, flow, portno);
if_mue.c 279 uint32_t flow, threshold; local in function:mue_uno_mii_statchg
320 flow = 0;
324 flow |= MUE_FLOW_TX_FCEN | MUE_FLOW_PAUSE_TIME;
326 flow |= MUE_FLOW_RX_FCEN;
345 /* Threshold value should be set before enabling flow. */
348 mue_csr_write(un, MUE_FLOW, flow);
  /src/sys/kern/
uipc_mbufdebug.c 673 uint32_t flow; local in function:m_examine_ip6
692 flow = ntohl(ip6.ip6_flow);
693 (*pr)("IPv6: Flow INFO = 0x%07x\n", flow & IPV6_FLOWINFO_MASK);
  /src/sys/dev/ic/
dwc_gmac.c 817 uint32_t conf, flow; local in function:dwc_gmac_miibus_statchg
845 flow = 0;
848 flow |= __SHIFTIN(0x200, AWIN_GMAC_MAC_FLOWCTRL_PAUSE);
851 flow |= AWIN_GMAC_MAC_FLOWCTRL_TFE;
854 flow |= AWIN_GMAC_MAC_FLOWCTRL_RFE;
857 AWIN_GMAC_MAC_FLOWCTRL, flow);
dwc_eqos.c 199 uint32_t conf, flow; local in function:eqos_update_link
231 /* Set TX flow control. */
233 flow = GMAC_MAC_Q0_TX_FLOW_CTRL_TFE;
234 flow |= 0xFFFFU << GMAC_MAC_Q0_TX_FLOW_CTRL_PT_SHIFT;
236 flow = 0;
237 WR4(sc, GMAC_MAC_Q0_TX_FLOW_CTRL, flow);
239 /* Set RX flow control. */
241 flow = GMAC_MAC_RX_FLOW_CTRL_RFE;
243 flow = 0;
244 WR4(sc, GMAC_MAC_RX_FLOW_CTRL, flow);
    [all...]
  /src/sbin/ping6/
ping6.c 2282 u_int32_t flow = ip6->ip6_flow & IPV6_FLOWLABEL_MASK; local in function:pr_iph
2290 printf("Vr TC Flow Plen Nxt Hlim\n");
2292 (ip6->ip6_vfc & IPV6_VERSION_MASK) >> 4, tc, (u_int32_t)ntohl(flow),
  /src/sys/dev/pci/
if_ixl.c 1597 bool flow; local in function:ixl_media_add
1601 flow = true;
1603 flow = false;
1613 if (flow) {
1624 if (flow) {
6484 /* Flow control (LFC) stats */

Completed in 28 milliseconds