Home
last modified time | relevance | path

Searched refs:FADV_FLOW_CONTROLLED (Results 1 – 11 of 11) sorted by relevance

/xnu-8796.121.2/bsd/net/
H A Dflowadv.h41 #define FADV_FLOW_CONTROLLED 1 /* regular flow control */ macro
H A Dif_vlan.c1171 if (adv.code == FADV_FLOW_CONTROLLED) { in vlan_output()
H A Dif_ipsec.c3820 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) { in ipsec_output()
3907 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) { in ipsec_output()
H A Ddlil.c7002 FADV_FLOW_CONTROLLED : in dlil_output()
7042 FADV_FLOW_CONTROLLED : in dlil_output()
7067 FADV_FLOW_CONTROLLED : in dlil_output()
H A Dif_bond.c1567 if (adv.code == FADV_FLOW_CONTROLLED) { in bond_output()
H A Dif_bridge.c4332 if (adv.code == FADV_FLOW_CONTROLLED) {
/xnu-8796.121.2/bsd/netinet6/
H A Dudp6_output.c611 if (flowadv && (adv->code == FADV_FLOW_CONTROLLED || in udp6_output()
H A Dipsec.c2685 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) { in ipsec6_update_routecache_and_output()
/xnu-8796.121.2/bsd/netinet/
H A Dtcp_output.c3356 if (((adv->code == FADV_FLOW_CONTROLLED && !IN_FASTRECOVERY(tp)) || in tcp_ip_output()
3366 ((adv->code == FADV_FLOW_CONTROLLED) ? in tcp_ip_output()
3368 if (adv->code == FADV_FLOW_CONTROLLED) { in tcp_ip_output()
H A Dudp_usrreq.c2031 if (flowadv && (adv->code == FADV_FLOW_CONTROLLED || in udp_output()
H A Din_pcb.c3464 case FADV_FLOW_CONTROLLED: in inp_set_fc_state()