Lines Matching refs:ipoa_flags
3250 ipoa.ipoa_flags = IPOAF_SELECT_SRCIF | IPOAF_BOUND_SRCADDR; in tcp_ip_output()
3265 ipoa.ipoa_flags |= IPOAF_BOUND_IF; in tcp_ip_output()
3276 ipoa.ipoa_flags |= IPOAF_NO_CELLULAR; in tcp_ip_output()
3283 ipoa.ipoa_flags |= IPOAF_NO_EXPENSIVE; in tcp_ip_output()
3290 ipoa.ipoa_flags |= IPOAF_NO_CONSTRAINED; in tcp_ip_output()
3297 ipoa.ipoa_flags |= IPOAF_AWDL_UNRESTRICTED; in tcp_ip_output()
3307 ipoa.ipoa_flags |= IPOAF_MANAGEMENT_ALLOWED; in tcp_ip_output()
3323 ipoa.ipoa_flags |= IPOAF_QOSMARKING_ALLOWED; in tcp_ip_output()
3330 ipoa.ipoa_flags |= IPOAF_REDO_QOSMARKING_POLICY; in tcp_ip_output()
3420 ifdenied = (ipoa.ipoa_flags & IPOAF_R_IFDENIED); in tcp_ip_output()
3510 allow_qos_marking = ipoa.ipoa_flags & IPOAF_QOSMARKING_ALLOWED ? TRUE : FALSE; in tcp_ip_output()