Searched refs:FADV_FLOW_CONTROLLED (Results 1 – 11 of 11) sorted by relevance
41 #define FADV_FLOW_CONTROLLED 1 /* regular flow control */ macro
1171 if (adv.code == FADV_FLOW_CONTROLLED) { in vlan_output()
3820 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()
7005 FADV_FLOW_CONTROLLED : in dlil_output()7045 FADV_FLOW_CONTROLLED : in dlil_output()7070 FADV_FLOW_CONTROLLED : in dlil_output()
1567 if (adv.code == FADV_FLOW_CONTROLLED) { in bond_output()
4335 if (adv.code == FADV_FLOW_CONTROLLED) {
614 if (flowadv && (adv->code == FADV_FLOW_CONTROLLED || in udp6_output()
2685 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) { in ipsec6_update_routecache_and_output()
3363 if (((adv->code == FADV_FLOW_CONTROLLED && !IN_FASTRECOVERY(tp)) || in tcp_ip_output()3373 ((adv->code == FADV_FLOW_CONTROLLED) ? in tcp_ip_output()3375 if (adv->code == FADV_FLOW_CONTROLLED) { in tcp_ip_output()
2034 if (flowadv && (adv->code == FADV_FLOW_CONTROLLED || in udp_output()
3566 case FADV_FLOW_CONTROLLED: in inp_set_fc_state()