Searched refs:FADV_FLOW_CONTROLLED (Results 1 - 10 of 10) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Dflowadv.h37 #define FADV_FLOW_CONTROLLED 1 /* regular flow control */ macro
H A Dif_ipsec.c700 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) {
756 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) {
H A Dif_vlan.c1209 if (adv.code == FADV_FLOW_CONTROLLED) {
H A Ddlil.c3930 FADV_FLOW_CONTROLLED :
3965 FADV_FLOW_CONTROLLED : FADV_SUSPENDED);
H A Dif_bond.c1498 if (adv.code == FADV_FLOW_CONTROLLED) {
H A Dif_bridge.c3637 else if (adv.code == FADV_FLOW_CONTROLLED)
/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_output.c429 if (flowadv && (adv->code == FADV_FLOW_CONTROLLED ||
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c2472 if (((adv->code == FADV_FLOW_CONTROLLED && !IN_FASTRECOVERY(tp)) ||
2481 ((adv->code == FADV_FLOW_CONTROLLED) ?
H A Din_pcb.c2750 case FADV_FLOW_CONTROLLED:
H A Dudp_usrreq.c1630 if (flowadv && (adv->code == FADV_FLOW_CONTROLLED ||

Completed in 164 milliseconds