Searched refs:allow_qos_marking (Results 1 – 4 of 4) sorted by relevance
130 if (cparams->allow_qos_marking) { in fsw_netagent_flow_add()
3711 bool allow_qos_marking; in tcp_ip_output() local3714 allow_qos_marking = ip6oa.ip6oa_flags & IP6OAF_QOSMARKING_ALLOWED ? TRUE : FALSE; in tcp_ip_output()3717 allow_qos_marking = ipoa.ipoa_flags & IPOAF_QOSMARKING_ALLOWED ? TRUE : FALSE; in tcp_ip_output()3720 if (allow_qos_marking == TRUE) { in tcp_ip_output()
1588 unsigned allow_qos_marking:1; member
8406 …parameters->allow_qos_marking = (client_result_flags & NECP_CLIENT_RESULT_FLAG_ALLOW_QOS_MARKING) … in necp_client_copy_parameters_locked()