/src/sys/altq/ |
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_wfq.h | 49 struct flowinfo flow; member in struct:wfq_getqid
|
altq_afmap.c | 32 * mapping an ip flow to atm vpi/vci. 269 afm_match(struct ifnet *ifp, struct flowinfo *flow) 276 switch (flow->fi_family) { 278 return (afm_match4(head, (struct flowinfo_in *)flow)); 282 return (afm_match6(head, (struct flowinfo_in6 *)flow));
|
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.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/external/gpl2/dts/dist/arch/arm/boot/dts/ |
stm32mp157a-iot-box.dts | 57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */ 58 /delete-property/st,hw-flow-ctrl;
|
stm32h750i-art-pi.dts | 211 st,hw-flow-ctrl;
|
stm32mp157a-stinger96.dtsi | 290 st,hw-flow-ctrl; 298 st,hw-flow-ctrl;
|
/src/sys/net/npf/ |
npf_state.c | 187 npf_state_inspect(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow) 195 ret = npf_state_tcp(npc, nst, flow); 201 nst->nst_state = npf_generic_fsm[nst->nst_state][flow];
|
npf_state_tcp.c | 292 npf_tcp_inwindow(npf_cache_t *npc, npf_state_t *nst, const npf_flow_t flow) 332 fstate = &nst->nst_tcpst[flow]; 333 tstate = &nst->nst_tcpst[!flow]; 458 npf_state_tcp(npf_cache_t *npc, npf_state_t *nst, npf_flow_t flow) 469 nstate = npf_tcp_fsm[state][flow][flagcase]; 478 if (!npf_tcp_inwindow(npc, nst, flow)) {
|
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...] |
npf_connkey.c | 86 const void *ipv, const uint16_t *id, const npf_flow_t flow) 92 if (__predict_true(flow == NPF_FLOW_FORW)) { 227 const unsigned di, const npf_flow_t flow) 242 const bool invert = flow != NPF_FLOW_FORW; 280 ret = npf_connkey_setkey(key, alen, proto, npc->npc_ips, id, flow);
|
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_conndb.c | 164 npf_conndb_lookup(npf_t *npf, const npf_connkey_t *ck, npf_flow_t *flow) 185 *flow = CONNDB_ISFORW_P(val) ? NPF_FLOW_FORW : NPF_FLOW_BACK; 204 npf_conn_t *con, npf_flow_t flow) 207 const uintptr_t tag = (CONNDB_FORW_BIT * !flow);
|
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_alg.c | 255 npf_alg_exec(npf_cache_t *npc, npf_nat_t *nt, const npf_flow_t flow) 270 translate_func(npc, nt, flow);
|
/src/sys/arch/m68k/060sp/dist/ |
fpsp.doc | 179 - Basic flow: 187 - Basic flow: 195 - Basic flow: 203 - Basic flow: 212 - Basic flow: 224 - Basic flow: 237 - Basic flow: 274 - Basic flow: 296 - Basic flow:
|
/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/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/dev/ic/ |
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...] |
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);
|
/src/usr.bin/make/unit-tests/ |
varmod-match-escape.mk | 75 # The control flow of the pattern parser depends on the actual string that
|