Lines Matching refs:IFNET_IS_CELLULAR

221 			stats[index].is_expensive = IFNET_IS_CELLULAR(ifp);  in mptcpstats_get_index()
738 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
763 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
765 IFNET_IS_CELLULAR(ifp)) { in mptcp_check_subflows_and_add()
774 IFNET_IS_CELLULAR(subifp), in mptcp_check_subflows_and_add()
785 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
802 IFNET_IS_CELLULAR(subifp), mpts->mpts_socket->so_state, in mptcp_check_subflows_and_add()
805 if (!IFNET_IS_CELLULAR(subifp) && in mptcp_check_subflows_and_add()
909 if (ifp == NULL || !IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_cell_subflows()
930 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_remove_wifi_subflows()
978 if (IFNET_IS_CELLULAR(ifp)) { in mptcp_pure_handover_subflows_remove()
1022 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_handover_subflows_remove()
1070 if (ifp == NULL || IFNET_IS_CELLULAR(ifp)) { in mptcp_targetbased_subflows_remove()
2928 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_input()
3370 if (IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_output()
4136 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4151 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4170 if (IFNET_IS_CELLULAR(inp->inp_last_outifp) && in mptcp_subflow_connected_ev()
4189 if (IFNET_IS_CELLULAR(inp->inp_last_outifp)) { in mptcp_subflow_connected_ev()
4502 !IFNET_IS_CELLULAR(sotoinpcb(so)->inp_last_outifp)) { in mptcp_subflow_sosetopt()
4512 !IFNET_IS_CELLULAR(ifp)) { in mptcp_subflow_sosetopt()