Searched refs:FADV_FLOW_CONTROLLED (Results 1 – 12 of 12) sorted by relevance
41 #define FADV_FLOW_CONTROLLED 1 /* regular flow control */ macro
544 if (adv.code == FADV_FLOW_CONTROLLED) { in sixlowpan_output()
1099 if (adv.code == FADV_FLOW_CONTROLLED) { in vlan_output()
3813 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) { in ipsec_output()3896 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) { in ipsec_output()
6740 FADV_FLOW_CONTROLLED : in dlil_output()6780 FADV_FLOW_CONTROLLED : in dlil_output()6805 FADV_FLOW_CONTROLLED : in dlil_output()
1575 if (adv.code == FADV_FLOW_CONTROLLED) { in bond_output()
4178 if (adv.code == FADV_FLOW_CONTROLLED) {
610 if (flowadv && (adv->code == FADV_FLOW_CONTROLLED || in udp6_output()
2694 if (adv->code == FADV_FLOW_CONTROLLED || adv->code == FADV_SUSPENDED) { in ipsec6_update_routecache_and_output()
3086 if (((adv->code == FADV_FLOW_CONTROLLED && !IN_FASTRECOVERY(tp)) || in tcp_ip_output()3096 ((adv->code == FADV_FLOW_CONTROLLED) ? in tcp_ip_output()
2016 if (flowadv && (adv->code == FADV_FLOW_CONTROLLED || in udp_output()
3408 case FADV_FLOW_CONTROLLED: in inp_set_fc_state()