Lines Matching refs:IFNET_IS_CELLULAR
408 stats[index].is_expensive = IFNET_IS_CELLULAR(ifp); in mptcpstats_get_index()
921 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
946 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
948 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
957 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add()
968 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
985 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add()
988 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
1092 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows()
1113 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
1161 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_pure_handover_subflows_remove()
1205 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_handover_subflows_remove()
1253 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_targetbased_subflows_remove()
2967 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_input()
3458 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_output()
4296 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4311 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4330 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4349 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4651 sotoinpcb(so)->inp_last_outifp ? IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp) : -1, in mptcp_subflow_sosetopt()
4652 mpts->mpts_ifscope != IFSCOPE_NONE && ifp ? IFNET_IS_CELLULAR(ifp) : -1), in mptcp_subflow_sosetopt()
4667 !IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_sosetopt()
4677 !IFNET_IS_CELLULAR(ifp)) { in mptcp_subflow_sosetopt()